Author: jochen
Date: Thu Aug 10 00:15:20 2006
New Revision: 430292

URL: http://svn.apache.org/viewvc?rev=430292&view=rev
Log:
Making the *TestCase classes abstract, so that we can use the Eclipse
JUnit runner to run all tests at once. (It would invoke the *TestCase
classes otherwise.)

Modified:
    
webservices/commons/trunk/modules/axiom/test/org/apache/axiom/om/impl/dom/OMDOMTestCase.java

Modified: 
webservices/commons/trunk/modules/axiom/test/org/apache/axiom/om/impl/dom/OMDOMTestCase.java
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/test/org/apache/axiom/om/impl/dom/OMDOMTestCase.java?rev=430292&r1=430291&r2=430292&view=diff
==============================================================================
--- 
webservices/commons/trunk/modules/axiom/test/org/apache/axiom/om/impl/dom/OMDOMTestCase.java
 (original)
+++ 
webservices/commons/trunk/modules/axiom/test/org/apache/axiom/om/impl/dom/OMDOMTestCase.java
 Thu Aug 10 00:15:20 2006
@@ -32,7 +32,7 @@
 import java.io.InputStream;
 import java.io.OutputStream;
 
-public class OMDOMTestCase extends AbstractTestCase{
+public abstract class OMDOMTestCase extends AbstractTestCase{
 
        protected static final String IN_FILE_NAME = "soap/soapmessage.xml";
     protected StAXSOAPModelBuilder builder;



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to