Author: dkulp
Date: Wed Jun 11 13:15:01 2008
New Revision: 666825
URL: http://svn.apache.org/viewvc?rev=666825&view=rev
Log:
Merged revisions 666820 via svnmerge from
https://svn.apache.org/repos/asf/cxf/trunk
........
r666820 | dkulp | 2008-06-11 16:10:05 -0400 (Wed, 11 Jun 2008) | 2 lines
Remove stack trace I left in
........
Modified:
cxf/branches/2.0.x-fixes/ (props changed)
cxf/branches/2.0.x-fixes/tools/validator/src/test/java/org/apache/cxf/tools/validator/internal/WSDL11ValidatorTest.java
Propchange: cxf/branches/2.0.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified:
cxf/branches/2.0.x-fixes/tools/validator/src/test/java/org/apache/cxf/tools/validator/internal/WSDL11ValidatorTest.java
URL:
http://svn.apache.org/viewvc/cxf/branches/2.0.x-fixes/tools/validator/src/test/java/org/apache/cxf/tools/validator/internal/WSDL11ValidatorTest.java?rev=666825&r1=666824&r2=666825&view=diff
==============================================================================
---
cxf/branches/2.0.x-fixes/tools/validator/src/test/java/org/apache/cxf/tools/validator/internal/WSDL11ValidatorTest.java
(original)
+++
cxf/branches/2.0.x-fixes/tools/validator/src/test/java/org/apache/cxf/tools/validator/internal/WSDL11ValidatorTest.java
Wed Jun 11 13:15:01 2008
@@ -35,7 +35,6 @@
try {
assertFalse(validator.isValid());
} catch (Exception e) {
- e.printStackTrace();
assertTrue(e.getMessage(), e.getMessage()
.indexOf("Caused by
{http://apache.org/hello_world/messages}"
+
"[portType:GreeterA][operation:sayHi] not exist.") != -1);