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 2011/07/10 14:44:16 UTC

svn commit: r1144851 - in /webservices/commons/trunk/modules/axiom/modules: axiom-dom/src/test/java/org/apache/axiom/om/impl/dom/ axiom-testsuite/src/main/java/org/apache/axiom/ts/ axiom-testsuite/src/main/java/org/apache/axiom/ts/soap11/header/ axiom-...

Author: veithen
Date: Sun Jul 10 12:44:16 2011
New Revision: 1144851

URL: http://svn.apache.org/viewvc?rev=1144851&view=rev
Log:
Renamed two test cases to give them more meaningful names.

Added:
    webservices/commons/trunk/modules/axiom/modules/axiom-testsuite/src/main/java/org/apache/axiom/ts/soap11/header/TestGetHeadersToProcessWithParser.java
      - copied, changed from r1144617, webservices/commons/trunk/modules/axiom/modules/axiom-testsuite/src/main/java/org/apache/axiom/ts/soap11/header/TestSOAP11Roles.java
    webservices/commons/trunk/modules/axiom/modules/axiom-testsuite/src/main/java/org/apache/axiom/ts/soap12/header/TestGetHeadersToProcessWithParser.java
      - copied, changed from r1144617, webservices/commons/trunk/modules/axiom/modules/axiom-testsuite/src/main/java/org/apache/axiom/ts/soap12/header/TestSOAP12Roles.java
Removed:
    webservices/commons/trunk/modules/axiom/modules/axiom-testsuite/src/main/java/org/apache/axiom/ts/soap11/header/TestSOAP11Roles.java
    webservices/commons/trunk/modules/axiom/modules/axiom-testsuite/src/main/java/org/apache/axiom/ts/soap12/header/TestSOAP12Roles.java
Modified:
    webservices/commons/trunk/modules/axiom/modules/axiom-dom/src/test/java/org/apache/axiom/om/impl/dom/SOAPImplementationTest.java
    webservices/commons/trunk/modules/axiom/modules/axiom-testsuite/src/main/java/org/apache/axiom/ts/SOAPTestSuiteBuilder.java

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-dom/src/test/java/org/apache/axiom/om/impl/dom/SOAPImplementationTest.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-dom/src/test/java/org/apache/axiom/om/impl/dom/SOAPImplementationTest.java?rev=1144851&r1=1144850&r2=1144851&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-dom/src/test/java/org/apache/axiom/om/impl/dom/SOAPImplementationTest.java (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-dom/src/test/java/org/apache/axiom/om/impl/dom/SOAPImplementationTest.java Sun Jul 10 12:44:16 2011
@@ -26,9 +26,7 @@ import org.apache.axiom.ts.SOAPTestSuite
 import org.apache.axiom.ts.soap.factory.TestGetDefaultFaultEnvelope;
 import org.apache.axiom.ts.soap.faultdetail.TestWSCommons202;
 import org.apache.axiom.ts.soap.faulttext.TestSetLang;
-import org.apache.axiom.ts.soap11.header.TestSOAP11Roles;
 import org.apache.axiom.ts.soap12.fault.TestMoreChildrenAddition;
-import org.apache.axiom.ts.soap12.header.TestSOAP12Roles;
 
 public class SOAPImplementationTest extends TestCase {
     public static TestSuite suite() {
@@ -39,8 +37,8 @@ public class SOAPImplementationTest exte
         // TODO: not sure if this is an issue in DOOM or if the test case is wrong
         builder.exclude(TestMoreChildrenAddition.class);
         
-        builder.exclude(TestSOAP11Roles.class);
-        builder.exclude(TestSOAP12Roles.class);
+        builder.exclude(org.apache.axiom.ts.soap11.header.TestGetHeadersToProcessWithParser.class);
+        builder.exclude(org.apache.axiom.ts.soap12.header.TestGetHeadersToProcessWithParser.class);
         
         // SOAPFaultText is currently unsupported in DOOM
         builder.exclude(TestSetLang.class);

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-testsuite/src/main/java/org/apache/axiom/ts/SOAPTestSuiteBuilder.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-testsuite/src/main/java/org/apache/axiom/ts/SOAPTestSuiteBuilder.java?rev=1144851&r1=1144850&r2=1144851&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-testsuite/src/main/java/org/apache/axiom/ts/SOAPTestSuiteBuilder.java (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-testsuite/src/main/java/org/apache/axiom/ts/SOAPTestSuiteBuilder.java Sun Jul 10 12:44:16 2011
@@ -102,7 +102,7 @@ public class SOAPTestSuiteBuilder extend
         addTest(new org.apache.axiom.ts.soap11.header.TestExamineHeaderBlocksWithParser(metaFactory));
         addTest(new org.apache.axiom.ts.soap11.header.TestExamineMustUnderstandHeaderBlocksWithParser(metaFactory));
         addTest(new org.apache.axiom.ts.soap11.header.TestGetHeaderBlocksWithNSURIWithParser(metaFactory));
-        addTest(new org.apache.axiom.ts.soap11.header.TestSOAP11Roles(metaFactory));
+        addTest(new org.apache.axiom.ts.soap11.header.TestGetHeadersToProcessWithParser(metaFactory));
         addTest(new org.apache.axiom.ts.soap12.envelope.TestAddElementAfterBody(metaFactory));
         addTest(new org.apache.axiom.ts.soap12.fault.TestGetNode(metaFactory));
         addTest(new org.apache.axiom.ts.soap12.fault.TestGetNodeWithParser(metaFactory));
@@ -121,6 +121,6 @@ public class SOAPTestSuiteBuilder extend
         addTest(new org.apache.axiom.ts.soap12.header.TestExamineMustUnderstandHeaderBlocks(metaFactory));
         addTest(new org.apache.axiom.ts.soap12.header.TestExamineMustUnderstandHeaderBlocksWithParser(metaFactory));
         addTest(new org.apache.axiom.ts.soap12.header.TestGetHeaderBlocksWithNSURIWithParser(metaFactory));
-        addTest(new org.apache.axiom.ts.soap12.header.TestSOAP12Roles(metaFactory));
+        addTest(new org.apache.axiom.ts.soap12.header.TestGetHeadersToProcessWithParser(metaFactory));
     }
 }

Copied: webservices/commons/trunk/modules/axiom/modules/axiom-testsuite/src/main/java/org/apache/axiom/ts/soap11/header/TestGetHeadersToProcessWithParser.java (from r1144617, webservices/commons/trunk/modules/axiom/modules/axiom-testsuite/src/main/java/org/apache/axiom/ts/soap11/header/TestSOAP11Roles.java)
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-testsuite/src/main/java/org/apache/axiom/ts/soap11/header/TestGetHeadersToProcessWithParser.java?p2=webservices/commons/trunk/modules/axiom/modules/axiom-testsuite/src/main/java/org/apache/axiom/ts/soap11/header/TestGetHeadersToProcessWithParser.java&p1=webservices/commons/trunk/modules/axiom/modules/axiom-testsuite/src/main/java/org/apache/axiom/ts/soap11/header/TestSOAP11Roles.java&r1=1144617&r2=1144851&rev=1144851&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-testsuite/src/main/java/org/apache/axiom/ts/soap11/header/TestSOAP11Roles.java (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-testsuite/src/main/java/org/apache/axiom/ts/soap11/header/TestGetHeadersToProcessWithParser.java Sun Jul 10 12:44:16 2011
@@ -29,8 +29,8 @@ import org.apache.axiom.ts.soap.SOAPSpec
 import org.apache.axiom.ts.soap.header.SOAPRoleTest;
 import org.apache.axiom.om.OMMetaFactory;
 
-public class TestSOAP11Roles extends SOAPRoleTest {
-    public TestSOAP11Roles(OMMetaFactory metaFactory) {
+public class TestGetHeadersToProcessWithParser extends SOAPRoleTest {
+    public TestGetHeadersToProcessWithParser(OMMetaFactory metaFactory) {
         super(metaFactory, SOAPSpec.SOAP11);
     }
 

Copied: webservices/commons/trunk/modules/axiom/modules/axiom-testsuite/src/main/java/org/apache/axiom/ts/soap12/header/TestGetHeadersToProcessWithParser.java (from r1144617, webservices/commons/trunk/modules/axiom/modules/axiom-testsuite/src/main/java/org/apache/axiom/ts/soap12/header/TestSOAP12Roles.java)
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-testsuite/src/main/java/org/apache/axiom/ts/soap12/header/TestGetHeadersToProcessWithParser.java?p2=webservices/commons/trunk/modules/axiom/modules/axiom-testsuite/src/main/java/org/apache/axiom/ts/soap12/header/TestGetHeadersToProcessWithParser.java&p1=webservices/commons/trunk/modules/axiom/modules/axiom-testsuite/src/main/java/org/apache/axiom/ts/soap12/header/TestSOAP12Roles.java&r1=1144617&r2=1144851&rev=1144851&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-testsuite/src/main/java/org/apache/axiom/ts/soap12/header/TestSOAP12Roles.java (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-testsuite/src/main/java/org/apache/axiom/ts/soap12/header/TestGetHeadersToProcessWithParser.java Sun Jul 10 12:44:16 2011
@@ -29,8 +29,8 @@ import org.apache.axiom.ts.soap.SOAPSpec
 import org.apache.axiom.ts.soap.header.SOAPRoleTest;
 import org.apache.axiom.om.OMMetaFactory;
 
-public class TestSOAP12Roles extends SOAPRoleTest {
-    public TestSOAP12Roles(OMMetaFactory metaFactory) {
+public class TestGetHeadersToProcessWithParser extends SOAPRoleTest {
+    public TestGetHeadersToProcessWithParser(OMMetaFactory metaFactory) {
         super(metaFactory, SOAPSpec.SOAP12);
     }