-
Notifications
You must be signed in to change notification settings - Fork 52
Closed
Description
Test failure on Java 7 with Mars. Failing code attempts to obtain the WTP IModule for the shared project:
sharedModule = ServerUtil.getModule(sharedProject);
assertNotNull(sharedModule);
Nothing interesting on the transcript:
Running com.google.cloud.tools.eclipse.appengine.localserver.server.LocalAppEnginePublishOperationTest
[Watchdog] > testPublishingSubmodules(com.google.cloud.tools.eclipse.appengine.localserver.server.LocalAppEnginePublishOperationTest)
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 2.134 sec <<< FAILURE! - in com.google.cloud.tools.eclipse.appengine.localserver.server.LocalAppEnginePublishOperationTest
testPublishingSubmodules(com.google.cloud.tools.eclipse.appengine.localserver.server.LocalAppEnginePublishOperationTest) Time elapsed: 2.132 sec <<< FAILURE!
java.lang.AssertionError: null
at org.junit.Assert.fail(Assert.java:86)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert.assertNotNull(Assert.java:712)
at org.junit.Assert.assertNotNull(Assert.java:722)
at com.google.cloud.tools.eclipse.appengine.localserver.server.LocalAppEnginePublishOperationTest.setUp(LocalAppEnginePublishOperationTest.java:72)