You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by pz...@apache.org on 2005/11/30 18:12:52 UTC

svn commit: r349990 - /incubator/synapse/trunk/scratch/prototype3/test/org/apache/synapse/spi/injection/FaultProcessorWithRuleTest.java

Author: pzf
Date: Wed Nov 30 09:12:47 2005
New Revision: 349990

URL: http://svn.apache.org/viewcvs?rev=349990&view=rev
Log:
fix a typo

Modified:
    incubator/synapse/trunk/scratch/prototype3/test/org/apache/synapse/spi/injection/FaultProcessorWithRuleTest.java

Modified: incubator/synapse/trunk/scratch/prototype3/test/org/apache/synapse/spi/injection/FaultProcessorWithRuleTest.java
URL: http://svn.apache.org/viewcvs/incubator/synapse/trunk/scratch/prototype3/test/org/apache/synapse/spi/injection/FaultProcessorWithRuleTest.java?rev=349990&r1=349989&r2=349990&view=diff
==============================================================================
--- incubator/synapse/trunk/scratch/prototype3/test/org/apache/synapse/spi/injection/FaultProcessorWithRuleTest.java (original)
+++ incubator/synapse/trunk/scratch/prototype3/test/org/apache/synapse/spi/injection/FaultProcessorWithRuleTest.java Wed Nov 30 09:12:47 2005
@@ -35,7 +35,7 @@
      */
     private SimpleHTTPServer synapseServer;
     private EndpointReference targetEpr = new EndpointReference(
-            "http://127.0.0.1:5044/axis2/services/anonymous");
+            "http://127.0.0.1:5043/axis2/services/anonymous");
     private QName operation = new QName("anonymous");
 
     public void setUp() throws Exception {



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