Author: darran.lofthouse(a)jboss.com
Date: 2010-05-19 11:34:36 -0400 (Wed, 19 May 2010)
New Revision: 12276
Modified:
stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2682/JBWS2682TestCase.java
Log:
[JBWS-2682] Reverting invalid modification to this test case.
The test is that 1-1 is correctly detected as being an invalid value, adding additional
content should not be required to trigger this.
Modified:
stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2682/JBWS2682TestCase.java
===================================================================
---
stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2682/JBWS2682TestCase.java 2010-05-19
13:39:35 UTC (rev 12275)
+++
stack/native/trunk/modules/testsuite/native-tests/src/test/java/org/jboss/test/ws/jaxws/jbws2682/JBWS2682TestCase.java 2010-05-19
15:34:36 UTC (rev 12276)
@@ -57,7 +57,7 @@
"<soapenv:Envelope
xmlns:soapenv='http://schemas.xmlsoap.org/soap/envelope/'
xmlns:jbw='http://ws.jboss.org/jbws2682'>" +
" <soapenv:Header/>" + " <soapenv:Body>" +
" <jbw:echo>" +
- " <arg0>1-1ciao</arg0>" +
+ " <arg0>1-1</arg0>" +
" </jbw:echo>" +
" </soapenv:Body>" +
"</soapenv:Envelope>";