Author: veithen
Date: Sun Jun 29 15:29:02 2014
New Revision: 1606523
URL: http://svn.apache.org/r1606523
Log:
AXIOM-311: Remove redundant test case (now covered by
TestCreateSOAPElementWithParent).
Modified:
webservices/axiom/trunk/modules/axiom-api/src/test/java/org/apache/axiom/soap/SOAPFaultNodeTestBase.java
Modified:
webservices/axiom/trunk/modules/axiom-api/src/test/java/org/apache/axiom/soap/SOAPFaultNodeTestBase.java
URL:
http://svn.apache.org/viewvc/webservices/axiom/trunk/modules/axiom-api/src/test/java/org/apache/axiom/soap/SOAPFaultNodeTestBase.java?rev=1606523&r1=1606522&r2=1606523&view=diff
==============================================================================
---
webservices/axiom/trunk/modules/axiom-api/src/test/java/org/apache/axiom/soap/SOAPFaultNodeTestBase.java
(original)
+++
webservices/axiom/trunk/modules/axiom-api/src/test/java/org/apache/axiom/soap/SOAPFaultNodeTestBase.java
Sun Jun 29 15:29:02 2014
@@ -35,17 +35,6 @@ public class SOAPFaultNodeTestBase exten
soap12FaultNodeWithParser = soap12FaultWithParser.getNode();
}
- //SOAP 1.1 Fault Node Test (Programaticaly Created)
- public void testSOAP11SetNodeValue() {
- try {
- soap11Factory.createSOAPFaultNode(soap11Fault);
- } catch (UnsupportedOperationException e) {
- // Good!
- return;
- }
- fail("Unsupported SOAP 1.1 node was created");
- }
-
//SOAP 1.2 Fault Node Test (Programaticaly Created)
public void testSOAP12SetFaultNodeValue() {
soap12FaultNode.setFaultNodeValue("This is only a test");