Author: rott
Date: Wed Feb 27 16:01:56 2008
New Revision: 631781

URL: http://svn.apache.org/viewvc?rev=631781&view=rev
Log:
JIRA: AXIS2-3515  restoring some previously commented JAXWS tests.  More 
restoration to come...

Modified:
    
webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/framework/JAXWSTest.java

Modified: 
webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/framework/JAXWSTest.java
URL: 
http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/framework/JAXWSTest.java?rev=631781&r1=631780&r2=631781&view=diff
==============================================================================
--- 
webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/framework/JAXWSTest.java
 (original)
+++ 
webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/framework/JAXWSTest.java
 Wed Feb 27 16:01:56 2008
@@ -142,7 +142,7 @@
         suite.addTestSuite(BindingToProtocolTests.class);
         
         // ------ Addressing Tests ------
-        //suite.addTestSuite(EndpointReferenceUtilsTests.class);
+        suite.addTestSuite(EndpointReferenceUtilsTests.class);
         suite.addTestSuite(ReferenceParameterListTests.class);
         
         // ------ Metadata Tests ------
@@ -174,8 +174,7 @@
         suite.addTestSuite(SoapMessageMUProviderTests.class);
         suite.addTestSuite(JAXBProviderTests.class);
         suite.addTestSuite(ProxyTests.class);
-        //TODO: FIXME - Was working, now doesn't
-        //suite.addTestSuite(ProxyNonWrappedTests.class);
+        suite.addTestSuite(ProxyNonWrappedTests.class);
         suite.addTestSuite(RPCProxyTests.class);
         suite.addTestSuite(RPCLitSWAProxyTests.class);
         suite.addTestSuite(GorillaDLWProxyTests.class);
@@ -223,7 +222,12 @@
         suite.addTestSuite(RPCLitEnumTests.class);
         suite.addTestSuite(BindingProviderTests.class);
         // Commented due to test failure...
-//        suite.addTestSuite(StringListTests.class);
+        /* FAILURE IS:
+         * org.apache.axiom.om.OMException: javax.xml.bind.MarshalException
+         *  - with linked exception:
+         *  [javax.xml.bind.JAXBException: java.util.List is not known to this 
context]
+         */
+        //suite.addTestSuite(StringListTests.class);
         suite.addTestSuite(RPCLitStringArrayTests.class);
         // ------ Endpoint Tests ------
         suite.addTestSuite(BasicEndpointTests.class);



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

Reply via email to