Author: Grid.Qian
Date: 2009-06-02 21:30:14 -0400 (Tue, 02 Jun 2009)
New Revision: 15663
Modified:
trunk/ws/tests/org.jboss.tools.ws.core.test/src/org/jboss/tools/ws/core/test/command/JBossWSJavaFirstCommandTest.java
Log:
JBIDE-4350: JBossWSCoreAllTests testWSProviderInvokeCommand and other WS tests fails on
hudson
Modified:
trunk/ws/tests/org.jboss.tools.ws.core.test/src/org/jboss/tools/ws/core/test/command/JBossWSJavaFirstCommandTest.java
===================================================================
---
trunk/ws/tests/org.jboss.tools.ws.core.test/src/org/jboss/tools/ws/core/test/command/JBossWSJavaFirstCommandTest.java 2009-06-02
22:46:48 UTC (rev 15662)
+++
trunk/ws/tests/org.jboss.tools.ws.core.test/src/org/jboss/tools/ws/core/test/command/JBossWSJavaFirstCommandTest.java 2009-06-03
01:30:14 UTC (rev 15663)
@@ -224,14 +224,14 @@
for (IConsole console : consoles) {
if (console.getName().contains("ClientSample")) {
int i = 0;
- while (i < 10
+ while (i < 30
&& !isContainString(
console,
JBossWSCreationCoreMessages.Client_Sample_Run_Over)) {
delay(1000);
i++;
}
- assertTrue("Sample run over!", isContainString(console,
+ assertTrue("Sample can not run over!", isContainString(console,
JBossWSCreationCoreMessages.Client_Sample_Run_Over));
}
}
Show replies by date