Community
Participate
Working Groups
The setUp() method in this class is just plain wrong. It will fail as soon as a subclass contains two or more test methods. This was previously never the case. @Before public void setUp() { display = new Display(); // <--- this will fail the 2nd time bot = new SWTFormsBot(); thread = new Thread("UI Thread") { public void run() { Patch will follow.
Fix here: http://github.com/elias42/swtbot/commit/d1bc5da5312601829c175ee73ecf083bd14396d5
Hi Elias, Maybe you could contribute this fix via Gerrit: https://wiki.eclipse.org/SWTBot/Contributing#Provide_a_contribution_using_Gerrit