You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by sa...@apache.org on 2006/01/05 11:52:01 UTC

svn commit: r366154 - /incubator/synapse/trunk/java/test/org/apache/synapse/spi/injection/SendOnProcessorWithRuleTest.java

Author: saminda
Date: Thu Jan  5 02:51:57 2006
New Revision: 366154

URL: http://svn.apache.org/viewcvs?rev=366154&view=rev
Log:
Updated test case 

Modified:
    incubator/synapse/trunk/java/test/org/apache/synapse/spi/injection/SendOnProcessorWithRuleTest.java

Modified: incubator/synapse/trunk/java/test/org/apache/synapse/spi/injection/SendOnProcessorWithRuleTest.java
URL: http://svn.apache.org/viewcvs/incubator/synapse/trunk/java/test/org/apache/synapse/spi/injection/SendOnProcessorWithRuleTest.java?rev=366154&r1=366153&r2=366154&view=diff
==============================================================================
--- incubator/synapse/trunk/java/test/org/apache/synapse/spi/injection/SendOnProcessorWithRuleTest.java (original)
+++ incubator/synapse/trunk/java/test/org/apache/synapse/spi/injection/SendOnProcessorWithRuleTest.java Thu Jan  5 02:51:57 2006
@@ -62,7 +62,7 @@
     }
 
     public void testSendProcessorMultipleTimes() throws Exception {
-        for (int i = 0; i < 5; i++) {
+        for (int i = 0; i < 10; i++) {
             ServiceClient serviceClient = new ServiceClient();
             Options options = new Options();
             options.setTo(targetEpr);
@@ -71,7 +71,6 @@
                     serviceClient.sendReceive(Axis2EvnSetup.payload());
             assertEquals("Synapse Testing String_Response", response.getText());
             serviceClient.finalizeInvoke();
-            Thread.sleep(2000);
         }
     }
 



---------------------------------------------------------------------
To unsubscribe, e-mail: synapse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: synapse-dev-help@ws.apache.org