|
While updating the tooling to work with Eclipse Mars, we hit a snag with one of the tooling tests. Need to figure out what default version projects should be created with and why the test was failing even with 2.0.0.Final as the setting.
[code] Error Message
Unexpected error markers Type=org.eclipse.jdt.core.problem:Message=The import org.switchyard.component.bean cannot be resolved:LineNumber=5, Type=org.eclipse.jdt.core.problem:Message=Service cannot be resolved to a type:LineNumber=7 expected:<0> but was:<2>
Stacktrace
java.lang.AssertionError: Unexpected error markers Type=org.eclipse.jdt.core.problem:Message=The import org.switchyard.component.bean cannot be resolved:LineNumber=5, Type=org.eclipse.jdt.core.problem:Message=Service cannot be resolved to a type:LineNumber=7 expected:<0> but was:<2> at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:834) at org.junit.Assert.assertEquals(Assert.java:645) at org.eclipse.m2e.tests.common.WorkspaceHelpers.assertNoErrors(WorkspaceHelpers.java:189) at org.eclipse.m2e.tests.common.AbstractMavenProjectTestCase.assertNoErrors(AbstractMavenProjectTestCase.java:513) at org.switchyard.tools.ui.tests.CreateSwitchYardProjectTest.testCreateSwitchYardProjectOperation(CreateSwitchYardProjectTest.java:169)
Standard Output
TEST-SETUP: testCreateSwitchYardProjectOperation [code]
|