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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]