Re: [SWTBot-users] Tests in the example "org.rcpmail.test" fail
Brought to you by:
kpadegaonkar
|
From: Ketan P. <ket...@gm...> - 2008-06-13 11:27:09
|
On 13-Jun-08, at 11:17 AM, Hans Schwaebli wrote: > at junit.framework.TestSuite.runTest(TestSuite.java:230) > at junit.framework.TestSuite.run(TestSuite.java:225) > at > org > .eclipse > .jdt > .internal > .junit > .runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:130) > at > org > .eclipse > .jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) > at > org > .eclipse > .jdt > .internal > .junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:460) You seem to be running this as a JUnit test instead of an SWTBot test. There's a right click option to run as SWTBot test. -- Ketan |