Author: lzoubek(a)redhat.com
Date: 2011-07-18 08:16:44 -0400 (Mon, 18 Jul 2011)
New Revision: 33010
Modified:
trunk/seam/tests/org.jboss.tools.seam.ui.bot.test/src/org/jboss/tools/seam/ui/bot/test/examples/DVDStore22EAR.java
Log:
JBQA-4798: forgotten sleep
Modified:
trunk/seam/tests/org.jboss.tools.seam.ui.bot.test/src/org/jboss/tools/seam/ui/bot/test/examples/DVDStore22EAR.java
===================================================================
---
trunk/seam/tests/org.jboss.tools.seam.ui.bot.test/src/org/jboss/tools/seam/ui/bot/test/examples/DVDStore22EAR.java 2011-07-18
12:11:16 UTC (rev 33009)
+++
trunk/seam/tests/org.jboss.tools.seam.ui.bot.test/src/org/jboss/tools/seam/ui/bot/test/examples/DVDStore22EAR.java 2011-07-18
12:16:44 UTC (rev 33010)
@@ -4,15 +4,10 @@
import org.jboss.tools.ui.bot.ext.config.Annotations.Seam;
import org.jboss.tools.ui.bot.ext.config.Annotations.Server;
import org.jboss.tools.ui.bot.ext.config.Annotations.ServerState;
-import org.junit.AfterClass;
@SWTBotTestRequires(server=@Server(state=ServerState.Running),seam=(a)Seam(version="2.2"))
public class DVDStore22EAR extends SeamExample {
- @AfterClass
- public static void time() {
- bot.sleep(Long.MAX_VALUE);
- }
@Override
public String[] getProjectNames() {
return new String[]
{"dvdstore22","dvdstore22-ear","dvdstore22-ejb","dvdstore22-test"};
Show replies by date