You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2007/02/05 11:12:33 UTC

svn commit: r503618 - /webservices/axis2/trunk/java/modules/kernel/test/org/apache/axis2/engine/ModuleEngageTest.java

Author: dims
Date: Mon Feb  5 02:12:32 2007
New Revision: 503618

URL: http://svn.apache.org/viewvc?view=rev&rev=503618
Log:
oops! remove println that i added for debugging

Modified:
    webservices/axis2/trunk/java/modules/kernel/test/org/apache/axis2/engine/ModuleEngageTest.java

Modified: webservices/axis2/trunk/java/modules/kernel/test/org/apache/axis2/engine/ModuleEngageTest.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/test/org/apache/axis2/engine/ModuleEngageTest.java?view=diff&rev=503618&r1=503617&r2=503618
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/test/org/apache/axis2/engine/ModuleEngageTest.java (original)
+++ webservices/axis2/trunk/java/modules/kernel/test/org/apache/axis2/engine/ModuleEngageTest.java Mon Feb  5 02:12:32 2007
@@ -36,7 +36,6 @@
             AxisFault,
             XMLStreamException {
         String filename = System.getProperty("basedir")+"/target/test-resources/deployment";
-        System.out.println("Directory:" + filename);
         ac = ConfigurationContextFactory.createConfigurationContextFromFileSystem(filename,null)
                 .getAxisConfiguration();
         AxisModule module = ac.getModule(new QName("module1"));



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