Skip to content

Regression

org.eclipse.emf.ecp.view.validation.test.DynamicDMR_PTest.testRemoveContainmentElement

Failing for the past 2 builds (Since #92 )
Took 4 ms.

Error Message

expected null, but was:<org.eclipse.emf.ecp.view.spi.model.impl.VDiagnosticImpl@4e357d6a (diagnostics: [Diagnostic ERROR source=org.eclipse.emf.ecp.view.validation.test.model code=4 Pens need to have an id data=[org.eclipse.emf.ecp.view.validation.test.model.impl.LibrarianImpl@53d1cd85 (name: null), org.eclipse.emf.ecore.impl.EAttributeImpl@849a02 (name: name) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (iD: false)]])>

Stacktrace

java.lang.AssertionError: expected null, but was:<org.eclipse.emf.ecp.view.spi.model.impl.VDiagnosticImpl@4e357d6a (diagnostics: [Diagnostic ERROR source=org.eclipse.emf.ecp.view.validation.test.model code=4 Pens need to have an id data=[org.eclipse.emf.ecp.view.validation.test.model.impl.LibrarianImpl@53d1cd85 (name: null), org.eclipse.emf.ecore.impl.EAttributeImpl@849a02 (name: name) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (iD: false)]])>
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotNull(Assert.java:755)
	at org.junit.Assert.assertNull(Assert.java:737)
	at org.junit.Assert.assertNull(Assert.java:747)
	at org.eclipse.emf.ecp.view.validation.test.DynamicDMR_PTest.assertValidation(DynamicDMR_PTest.java:229)
	at org.eclipse.emf.ecp.view.validation.test.DynamicDMR_PTest.testRemoveContainmentElement(DynamicDMR_PTest.java:98)