You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2013/05/26 21:09:57 UTC

svn commit: r1486447 - in /webservices/axiom/trunk/modules: axiom-tests/src/test/java/org/apache/axiom/soap/SOAPFactoryTest.java axiom-testsuite/src/main/java/org/apache/axiom/ts/soap/SOAPTestSuiteBuilder.java

Author: veithen
Date: Sun May 26 19:09:57 2013
New Revision: 1486447

URL: http://svn.apache.org/r1486447
Log:
AXIOM-311: Simplified SOAPFactoryTest.

Removed:
    webservices/axiom/trunk/modules/axiom-tests/src/test/java/org/apache/axiom/soap/SOAPFactoryTest.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=1486447&r1=1486446&r2=1486447&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 Sun May 26 19:09:57 2013
@@ -42,6 +42,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/soapfault2.xml", "soap/soap11/bodyNotQualified.xml",
+        "soap/soap11/message.xml", "soap/soap12/message.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" };