|
|
@@ -85,18 +85,18 @@ public class RmicAdvancedTest extends BuildFileTest { |
|
|
|
public void testKaffe() throws Exception { |
|
|
|
executeTarget("testKaffe"); |
|
|
|
} |
|
|
|
|
|
|
|
// WLrmic tests don't 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"); |
|
|
|
} |
|
|
|
|
|
|
|