You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by mm...@apache.org on 2007/06/14 04:38:35 UTC

svn commit: r547095 - /incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/schema_validation/ValidationClientServerTest.java

Author: mmao
Date: Wed Jun 13 19:38:35 2007
New Revision: 547095

URL: http://svn.apache.org/viewvc?view=rev&rev=547095
Log:
* Do not print the stacktrace during tests


Modified:
    incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/schema_validation/ValidationClientServerTest.java

Modified: incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/schema_validation/ValidationClientServerTest.java
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/schema_validation/ValidationClientServerTest.java?view=diff&rev=547095&r1=547094&r2=547095
==============================================================================
--- incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/schema_validation/ValidationClientServerTest.java (original)
+++ incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/schema_validation/ValidationClientServerTest.java Wed Jun 13 19:38:35 2007
@@ -107,7 +107,6 @@
             validation.getComplexStruct("Hello");
             fail("Get ComplexStruct should have thrown ProtocolException");
         } catch (WebServiceException e) {
-            e.printStackTrace();
             assertTrue(e.getCause() instanceof Fault);
             String expected = "'{\"http://apache.org/schema_validation/types\":elem2}' is expected.";
             assertTrue("Found message " + e.getCause().getMessage(),