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/11/14 19:46:05 UTC

svn commit: r836243 - in /cxf/branches/2.2.x-fixes: ./ systests/databinding/src/test/java/org/apache/cxf/systest/xmlbeans/ClientServerXmlBeansTest.java

Author: dkulp
Date: Sat Nov 14 18:46:04 2009
New Revision: 836243

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

........
  r836239 | dkulp | 2009-11-14 13:43:17 -0500 (Sat, 14 Nov 2009) | 1 line
  
  Ignore the whole class for now
........

Modified:
    cxf/branches/2.2.x-fixes/   (props changed)
    cxf/branches/2.2.x-fixes/systests/databinding/src/test/java/org/apache/cxf/systest/xmlbeans/ClientServerXmlBeansTest.java

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

Modified: cxf/branches/2.2.x-fixes/systests/databinding/src/test/java/org/apache/cxf/systest/xmlbeans/ClientServerXmlBeansTest.java
URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/systests/databinding/src/test/java/org/apache/cxf/systest/xmlbeans/ClientServerXmlBeansTest.java?rev=836243&r1=836242&r2=836243&view=diff
==============================================================================
--- cxf/branches/2.2.x-fixes/systests/databinding/src/test/java/org/apache/cxf/systest/xmlbeans/ClientServerXmlBeansTest.java (original)
+++ cxf/branches/2.2.x-fixes/systests/databinding/src/test/java/org/apache/cxf/systest/xmlbeans/ClientServerXmlBeansTest.java Sat Nov 14 18:46:04 2009
@@ -45,6 +45,7 @@
 /**
  * 
  */
+@Ignore("randomly fails on Hudson, but dkulp cannot reproduce yet")
 public class ClientServerXmlBeansTest extends AbstractBusClientServerTestBase {
     
     private static final QName SERVICE_NAME 
@@ -57,7 +58,6 @@
     }
     
     @Test
-    @Ignore("randomly fails on Hudson, but dkulp cannot reproduce yet")
     public void testCallFromClient() throws Exception {
         SpringBusFactory factory = new SpringBusFactory();
         Bus bus = factory.createBus("org/apache/cxf/systest/xmlbeans/cxf.xml");