Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 52342 invoked from network); 28 Mar 2007 06:29:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Mar 2007 06:29:36 -0000 Received: (qmail 76060 invoked by uid 500); 28 Mar 2007 06:29:42 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 75963 invoked by uid 500); 28 Mar 2007 06:29:42 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 75951 invoked by uid 500); 28 Mar 2007 06:29:42 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 75947 invoked by uid 99); 28 Mar 2007 06:29:42 -0000 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Mar 2007 23:29:42 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id B21C41A9838; Tue, 27 Mar 2007 23:28:44 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r523192 - /webservices/axis2/trunk/java/modules/jaxws/test/org/apache/axis2/jaxws/framework/JAXWSTest.java Date: Wed, 28 Mar 2007 06:28:44 -0000 To: axis2-cvs@ws.apache.org From: keithc@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070328062844.B21C41A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: keithc Date: Tue Mar 27 23:28:43 2007 New Revision: 523192 URL: http://svn.apache.org/viewvc?view=rev&rev=523192 Log: Fixing mestaken comment of RPCProxyTest 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?view=diff&rev=523192&r1=523191&r2=523192 ============================================================================== --- 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 Tue Mar 27 23:28:43 2007 @@ -62,16 +62,13 @@ import org.apache.axis2.jaxws.proxy.RPCProxyTests; import org.apache.axis2.jaxws.proxy.SOAP12ProxyTests; import org.apache.axis2.jaxws.rpclit.enumtype.tests.RPCLitEnumTests; -import org.apache.axis2.jaxws.sample.AddNumbersTests; import org.apache.axis2.jaxws.sample.AddressBookTests; import org.apache.axis2.jaxws.sample.BareTests; import org.apache.axis2.jaxws.sample.DLWMinTests; import org.apache.axis2.jaxws.sample.FaultsServiceTests; import org.apache.axis2.jaxws.sample.FaultyWebServiceTests; import org.apache.axis2.jaxws.sample.MtomSampleTests; -import org.apache.axis2.jaxws.sample.MtomSampleByteArrayTests; import org.apache.axis2.jaxws.sample.NonWrapTests; -import org.apache.axis2.jaxws.sample.ParallelAsyncTests; import org.apache.axis2.jaxws.sample.WSGenTests; import org.apache.axis2.jaxws.sample.WrapTests; import org.apache.axis2.jaxws.security.BasicAuthSecurityTests; @@ -137,8 +134,7 @@ suite.addTestSuite(JAXBProviderTests.class); suite.addTestSuite(ProxyTests.class); suite.addTestSuite(ProxyNonWrappedTests.class); -// TODO: Fix me. Test fails in latest svn -// suite.addTestSuite(RPCProxyTests.class); + suite.addTestSuite(RPCProxyTests.class); suite.addTestSuite(GorillaDLWProxyTests.class); suite.addTestSuite(SOAP12ProxyTests.class); suite.addTestSuite(ExceptionFactoryTests.class); --------------------------------------------------------------------- To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org For additional commands, e-mail: axis-cvs-help@ws.apache.org