I'm trying to get the wst.xsl build running with Eclipse 3.6M6 and the corresponding test framework. However when I run the tests on Hudson with Athena I'm getting the following output:

No tests found in org.eclipse.wst.xsl.tests.AllTestsSuite


     Stacktrace

junit.framework.AssertionFailedError: No tests found in 
org.eclipse.wst.xsl.tests.AllTestsSuite
        at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:376)
        at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:209)
        at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195)
        at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
        at 
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134)
        at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3507)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3154)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2416)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2380)
        at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2229)
        at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:504)
        at 
org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
        at 
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:497)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
        at 
org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
        at 
org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138)
        at org.eclipse.test.UITestApplication.run(UITestApplication.java:60)
        at org.eclipse.test.UITestApplication.start(UITestApplication.java:210)
        at 
org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
        at 
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
        at 
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
        at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
        at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1406)
        at org.eclipse.equinox.launcher.Main.main(Main.java:1382)

I could switch back to the 3.5, but really want to get this working with 3.6.  
All the tests are Junit 3 tests, but it acts like it is trying to run then as 
Junit 4 tests.

Is there something special we need to do to tell Athena to use the Junit 3 
runner with these?




_______________________________________________
dash-dev mailing list
dash-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/dash-dev

Reply via email to