Author: dkulp
Date: Wed Nov 23 20:43:33 2011
New Revision: 1205575
URL: http://svn.apache.org/viewvc?rev=1205575&view=rev
Log:
Merged revisions 1204527 via svnmerge from
https://svn.apache.org/repos/asf/cxf/trunk
........
r1204527 | cschneider | 2011-11-21 09:55:15 -0500 (Mon, 21 Nov 2011) | 1 line
Switching to a not so common port number
........
Modified:
cxf/branches/2.4.x-fixes/ (props changed)
cxf/branches/2.4.x-fixes/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/failover/FailoverTest.java
Propchange: cxf/branches/2.4.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified:
cxf/branches/2.4.x-fixes/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/failover/FailoverTest.java
URL:
http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/failover/FailoverTest.java?rev=1205575&r1=1205574&r2=1205575&view=diff
==============================================================================
---
cxf/branches/2.4.x-fixes/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/failover/FailoverTest.java
(original)
+++
cxf/branches/2.4.x-fixes/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/failover/FailoverTest.java
Wed Nov 23 20:43:33 2011
@@ -150,7 +150,7 @@ public class FailoverTest extends Abstra
@Test(expected = ClientWebApplicationException.class)
public void testSequentialStrategyFailure() throws Exception {
FailoverFeature feature =
- getFeature(false, false, "http://localhost:8080/non-existent");
+ getFeature(false, false, "http://localhost:8182/non-existent");
strategyTest(Server.ADDRESS1, feature, null, null, false, false,
false);
}