You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by ke...@apache.org on 2007/11/12 04:12:14 UTC

svn commit: r594014 - /ant/core/branches/ANT_17_BRANCH/src/tests/junit/org/apache/tools/ant/taskdefs/RmicAdvancedTest.java

Author: kevj
Date: Sun Nov 11 19:12:13 2007
New Revision: 594014

URL: http://svn.apache.org/viewvc?rev=594014&view=rev
Log:
-comment WLrmic tests

Modified:
    ant/core/branches/ANT_17_BRANCH/src/tests/junit/org/apache/tools/ant/taskdefs/RmicAdvancedTest.java

Modified: ant/core/branches/ANT_17_BRANCH/src/tests/junit/org/apache/tools/ant/taskdefs/RmicAdvancedTest.java
URL: http://svn.apache.org/viewvc/ant/core/branches/ANT_17_BRANCH/src/tests/junit/org/apache/tools/ant/taskdefs/RmicAdvancedTest.java?rev=594014&r1=594013&r2=594014&view=diff
==============================================================================
--- ant/core/branches/ANT_17_BRANCH/src/tests/junit/org/apache/tools/ant/taskdefs/RmicAdvancedTest.java (original)
+++ ant/core/branches/ANT_17_BRANCH/src/tests/junit/org/apache/tools/ant/taskdefs/RmicAdvancedTest.java Sun Nov 11 19:12:13 2007
@@ -80,18 +80,18 @@
     public void testKaffe() throws Exception {
         executeTarget("testKaffe");
     }
-
+    //currently do not work
     /**
      * test weblogic
      */
-    public void testWlrmic() throws Exception {
+    public void XtestWlrmic() throws Exception {
         executeTarget("testWlrmic");
     }
 
     /**
      *  test weblogic's stripping of -J args
      */
-    public void testWlrmicJArg() throws Exception {
+    public void XtestWlrmicJArg() throws Exception {
         executeTarget("testWlrmicJArg");
     }
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org