Author: dkulp
Date: Mon Oct 3 19:56:11 2011
New Revision: 1178547
URL: http://svn.apache.org/viewvc?rev=1178547&view=rev
Log:
Merged revisions 1178507 via svnmerge from
https://svn.apache.org/repos/asf/cxf/trunk
........
r1178507 | gmazza | 2011-10-03 14:36:36 -0400 (Mon, 03 Oct 2011) | 2 lines
typo
........
Modified:
cxf/branches/2.4.x-fixes/ (props changed)
cxf/branches/2.4.x-fixes/systests/uncategorized/src/test/java/org/apache/cxf/cxf2006/RespectBindingFeatureClientServerTest.java
Propchange: cxf/branches/2.4.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified:
cxf/branches/2.4.x-fixes/systests/uncategorized/src/test/java/org/apache/cxf/cxf2006/RespectBindingFeatureClientServerTest.java
URL:
http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/systests/uncategorized/src/test/java/org/apache/cxf/cxf2006/RespectBindingFeatureClientServerTest.java?rev=1178547&r1=1178546&r2=1178547&view=diff
==============================================================================
---
cxf/branches/2.4.x-fixes/systests/uncategorized/src/test/java/org/apache/cxf/cxf2006/RespectBindingFeatureClientServerTest.java
(original)
+++
cxf/branches/2.4.x-fixes/systests/uncategorized/src/test/java/org/apache/cxf/cxf2006/RespectBindingFeatureClientServerTest.java
Mon Oct 3 19:56:11 2011
@@ -47,7 +47,7 @@ public class RespectBindingFeatureClient
fail("WebServiceException is expected");
} catch (Exception ex) {
assertTrue("WebServiceException is expected", ex instanceof
javax.xml.ws.WebServiceException);
- assertTrue("RespectBindingFeature message is expceted: " +
ex.getMessage(),
+ assertTrue("RespectBindingFeature message is expected: " +
ex.getMessage(),
ex.getMessage().indexOf("extension with required=true
attribute") > -1);
}
}