You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by sa...@apache.org on 2006/06/05 04:19:23 UTC

svn commit: r411639 - in /webservices/axis2/trunk/c/test: Makefile.am core/Makefile.am

Author: samisa
Date: Sun Jun  4 19:19:23 2006
New Revision: 411639

URL: http://svn.apache.org/viewvc?rev=411639&view=rev
Log:
We need to update the tests to use svc and op client APIs.
As a temp measure, I am removing those that are using call

Modified:
    webservices/axis2/trunk/c/test/Makefile.am
    webservices/axis2/trunk/c/test/core/Makefile.am

Modified: webservices/axis2/trunk/c/test/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/Makefile.am?rev=411639&r1=411638&r2=411639&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/Makefile.am Sun Jun  4 19:19:23 2006
@@ -1,3 +1,3 @@
 TESTS =
-SUBDIRS = unit core itest tools
+SUBDIRS = unit core tools
 EXTRA_DIST=wsdl

Modified: webservices/axis2/trunk/c/test/core/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/test/core/Makefile.am?rev=411639&r1=411638&r2=411639&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/core/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/core/Makefile.am Sun Jun  4 19:19:23 2006
@@ -1,2 +1,2 @@
 TESTS =
-SUBDIRS = description context engine deployment addr clientapi transport
+SUBDIRS = description context engine deployment addr transport



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org