You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2009/10/21 21:38:14 UTC

svn commit: r828161 - in /cxf/branches/2.2.x-fixes: ./ systests/transports/src/test/java/org/apache/cxf/systest/http/ClientServerSessionTest.java

Author: dkulp
Date: Wed Oct 21 19:38:13 2009
New Revision: 828161

URL: http://svn.apache.org/viewvc?rev=828161&view=rev
Log:
Merged revisions 828159 via svnmerge from 
https://svn.apache.org/repos/asf/cxf/trunk

........
  r828159 | dkulp | 2009-10-21 15:36:35 -0400 (Wed, 21 Oct 2009) | 2 lines
  
  @Ignore a test that is randomly failing on HP, Sun, and AIX and always
  fails on Windows..
........

Modified:
    cxf/branches/2.2.x-fixes/   (props changed)
    cxf/branches/2.2.x-fixes/systests/transports/src/test/java/org/apache/cxf/systest/http/ClientServerSessionTest.java

Propchange: cxf/branches/2.2.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: cxf/branches/2.2.x-fixes/systests/transports/src/test/java/org/apache/cxf/systest/http/ClientServerSessionTest.java
URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/systests/transports/src/test/java/org/apache/cxf/systest/http/ClientServerSessionTest.java?rev=828161&r1=828160&r2=828161&view=diff
==============================================================================
--- cxf/branches/2.2.x-fixes/systests/transports/src/test/java/org/apache/cxf/systest/http/ClientServerSessionTest.java (original)
+++ cxf/branches/2.2.x-fixes/systests/transports/src/test/java/org/apache/cxf/systest/http/ClientServerSessionTest.java Wed Oct 21 19:38:13 2009
@@ -34,6 +34,7 @@
 import org.apache.cxf.helpers.CastUtils;
 import org.apache.cxf.testutil.common.AbstractBusClientServerTestBase;
 import org.junit.BeforeClass;
+import org.junit.Ignore;
 import org.junit.Test;
 
 public class ClientServerSessionTest extends AbstractBusClientServerTestBase {
@@ -138,6 +139,8 @@
     }
     
     @Test
+    @Ignore("seem to get random failures on everything except Linux with this."
+            + " Maybe a jetty issue.")
     public void testPublishOnBusyPort() {
         boolean isWindows = System.getProperty("os.name").startsWith("Windows");