Author: veithen
Date: Tue May 21 21:25:22 2013
New Revision: 1484968
URL: http://svn.apache.org/r1484968
Log:
AXIOM-311: Simplified the regression test for AXIOM-131.
Removed:
webservices/axiom/trunk/modules/axiom-tests/src/test/java/org/apache/axiom/soap/SOAP11FaultImplConversionTest.java
Modified:
webservices/axiom/trunk/modules/axiom-testsuite/src/main/java/org/apache/axiom/ts/soap/SOAPTestSuiteBuilder.java
Modified:
webservices/axiom/trunk/modules/axiom-testsuite/src/main/java/org/apache/axiom/ts/soap/SOAPTestSuiteBuilder.java
URL:
http://svn.apache.org/viewvc/webservices/axiom/trunk/modules/axiom-testsuite/src/main/java/org/apache/axiom/ts/soap/SOAPTestSuiteBuilder.java?rev=1484968&r1=1484967&r2=1484968&view=diff
==============================================================================
---
webservices/axiom/trunk/modules/axiom-testsuite/src/main/java/org/apache/axiom/ts/soap/SOAPTestSuiteBuilder.java
(original)
+++
webservices/axiom/trunk/modules/axiom-testsuite/src/main/java/org/apache/axiom/ts/soap/SOAPTestSuiteBuilder.java
Tue May 21 21:25:22 2013
@@ -41,7 +41,7 @@ public class SOAPTestSuiteBuilder extend
private static final String[] goodSOAPFiles = {
TestConstants.WHITESPACE_MESSAGE,
TestConstants.MINIMAL_MESSAGE, TestConstants.REALLY_BIG_MESSAGE,
- TestConstants.EMPTY_BODY_MESSAGE, "soap/soap11/soapfault.xml",
"soap/soap11/bodyNotQualified.xml",
+ TestConstants.EMPTY_BODY_MESSAGE, "soap/soap11/soapfault.xml",
"soap/soap11/soapfault2.xml", "soap/soap11/bodyNotQualified.xml",
"soap/soap11/faultelements-with-comment.xml",
"soap/soap11/additional-element-after-body.xml",
"soap/soap11/message_without_header.xml",
"soap/soap12/message_without_header.xml",
"soap/soap11/empty-header.xml", "soap/soap12/empty-header.xml" };