Author: ningjiang
Date: Mon Apr 16 02:56:39 2012
New Revision: 1326467

URL: http://svn.apache.org/viewvc?rev=1326467&view=rev
Log:
Fixed a typo of CxfToJmsInOutTest

Modified:
    
camel/trunk/tests/camel-itest/src/test/java/org/apache/camel/itest/greeter/CxfToJmsInOutTest.java

Modified: 
camel/trunk/tests/camel-itest/src/test/java/org/apache/camel/itest/greeter/CxfToJmsInOutTest.java
URL: 
http://svn.apache.org/viewvc/camel/trunk/tests/camel-itest/src/test/java/org/apache/camel/itest/greeter/CxfToJmsInOutTest.java?rev=1326467&r1=1326466&r2=1326467&view=diff
==============================================================================
--- 
camel/trunk/tests/camel-itest/src/test/java/org/apache/camel/itest/greeter/CxfToJmsInOutTest.java
 (original)
+++ 
camel/trunk/tests/camel-itest/src/test/java/org/apache/camel/itest/greeter/CxfToJmsInOutTest.java
 Mon Apr 16 02:56:39 2012
@@ -34,7 +34,7 @@ import static org.junit.Assert.assertNot
 public class CxfToJmsInOutTest extends AbstractJUnit4SpringContextTests {
     private static int port = AvailablePortFinder.getNextAvailable(20005);
     static {
-        //set them as system properties so Spring can use the property 
placeholder
+        //set them as system properties so Spring can use the property place 
holder
         //things to set them into the URL's in the spring contexts 
         System.setProperty("CxfToJmsInOutTest.port", Integer.toString(port));
     }


Reply via email to