Author: ningjiang Date: Sat Sep 29 01:51:03 2012 New Revision: 1391725 URL: http://svn.apache.org/viewvc?rev=1391725&view=rev Log: Change the port range of RecipientListCxfTest to avoid the conflict
Modified: camel/trunk/tests/camel-itest/src/test/java/org/apache/camel/itest/greeter/RecipientListCxf2Test.java camel/trunk/tests/camel-itest/src/test/java/org/apache/camel/itest/greeter/RecipientListCxfTest.java Modified: camel/trunk/tests/camel-itest/src/test/java/org/apache/camel/itest/greeter/RecipientListCxf2Test.java URL: http://svn.apache.org/viewvc/camel/trunk/tests/camel-itest/src/test/java/org/apache/camel/itest/greeter/RecipientListCxf2Test.java?rev=1391725&r1=1391724&r2=1391725&view=diff ============================================================================== --- camel/trunk/tests/camel-itest/src/test/java/org/apache/camel/itest/greeter/RecipientListCxf2Test.java (original) +++ camel/trunk/tests/camel-itest/src/test/java/org/apache/camel/itest/greeter/RecipientListCxf2Test.java Sat Sep 29 01:51:03 2012 @@ -31,7 +31,7 @@ import org.springframework.context.suppo public class RecipientListCxf2Test extends CamelSpringTestSupport { private static int port1 = AvailablePortFinder.getNextAvailable(20012); - private static int port2 = AvailablePortFinder.getNextAvailable(20013); + private static int port2 = AvailablePortFinder.getNextAvailable(20023); static { //set them as system properties so Spring can use the property placeholder //things to set them into the URL's in the spring contexts Modified: camel/trunk/tests/camel-itest/src/test/java/org/apache/camel/itest/greeter/RecipientListCxfTest.java URL: http://svn.apache.org/viewvc/camel/trunk/tests/camel-itest/src/test/java/org/apache/camel/itest/greeter/RecipientListCxfTest.java?rev=1391725&r1=1391724&r2=1391725&view=diff ============================================================================== --- camel/trunk/tests/camel-itest/src/test/java/org/apache/camel/itest/greeter/RecipientListCxfTest.java (original) +++ camel/trunk/tests/camel-itest/src/test/java/org/apache/camel/itest/greeter/RecipientListCxfTest.java Sat Sep 29 01:51:03 2012 @@ -30,8 +30,8 @@ import org.springframework.context.suppo public class RecipientListCxfTest extends CamelSpringTestSupport { - private static int port1 = AvailablePortFinder.getNextAvailable(20022); - private static int port2 = AvailablePortFinder.getNextAvailable(20023); + private static int port1 = AvailablePortFinder.getNextAvailable(20032); + private static int port2 = AvailablePortFinder.getNextAvailable(20043); static { //set them as system properties so Spring can use the property placeholder //things to set them into the URL's in the spring contexts