You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by ve...@apache.org on 2009/08/06 21:40:06 UTC

svn commit: r801791 - /webservices/commons/trunk/modules/axiom/modules/axiom-tests/src/test/java/org/apache/axiom/soap/impl/llom/OMElementTest.java

Author: veithen
Date: Thu Aug  6 19:40:05 2009
New Revision: 801791

URL: http://svn.apache.org/viewvc?rev=801791&view=rev
Log:
Fixed a build failure.

Modified:
    webservices/commons/trunk/modules/axiom/modules/axiom-tests/src/test/java/org/apache/axiom/soap/impl/llom/OMElementTest.java

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-tests/src/test/java/org/apache/axiom/soap/impl/llom/OMElementTest.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-tests/src/test/java/org/apache/axiom/soap/impl/llom/OMElementTest.java?rev=801791&r1=801790&r2=801791&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-tests/src/test/java/org/apache/axiom/soap/impl/llom/OMElementTest.java (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-tests/src/test/java/org/apache/axiom/soap/impl/llom/OMElementTest.java Thu Aug  6 19:40:05 2009
@@ -62,6 +62,9 @@
         secondElement = factory.createOMElement("SecondElement", factory.createOMNamespace(
                 "http://moretesting.ws.org", "ws"), firstElement);
     }
+    
+    protected void tearDown() throws Exception {
+    }
 
     public void testGetText() {
         try {