Author: yzhishko
Date: 2009-06-29 12:48:00 -0400 (Mon, 29 Jun 2009)
New Revision: 16262
Modified:
workspace/yzhishko/org.jboss.tools.ui.auto.test/src/org/jboss/tools/ui/auto/test/JBTSWTBotTestCase.java
Log:
Update test case. Nothing special
Modified:
workspace/yzhishko/org.jboss.tools.ui.auto.test/src/org/jboss/tools/ui/auto/test/JBTSWTBotTestCase.java
===================================================================
---
workspace/yzhishko/org.jboss.tools.ui.auto.test/src/org/jboss/tools/ui/auto/test/JBTSWTBotTestCase.java 2009-06-29
16:43:33 UTC (rev 16261)
+++
workspace/yzhishko/org.jboss.tools.ui.auto.test/src/org/jboss/tools/ui/auto/test/JBTSWTBotTestCase.java 2009-06-29
16:48:00 UTC (rev 16262)
@@ -71,9 +71,6 @@
@Override
protected void setUp() throws Exception {
activePerspective();
- deleteLog();
- setException(null);
- Platform.addLogListener(this);
try {
bot.viewByTitle(WidgetVariables.WELCOME).close();
} catch (WidgetNotFoundException e) {
@@ -81,6 +78,10 @@
openErrorLog();
openPackageExplorer();
openProgressStatus();
+ deleteLog();
+ setException(null);
+ Platform.addLogListener(this);
+ delay();
}
@Override
Show replies by date