|
|
@@ -1,5 +1,5 @@ |
|
|
|
/* |
|
|
|
* Copyright 2004-2005 The Apache Software Foundation |
|
|
|
* Copyright 2004-2006 The Apache Software Foundation |
|
|
|
* |
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License"); |
|
|
|
* you may not use this file except in compliance with the License. |
|
|
@@ -194,6 +194,24 @@ public class RmicAdvancedTest extends BuildFileTest { |
|
|
|
executeTarget("testVersionCompat"); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* test that passes -Xnew to sun's rmic. |
|
|
|
* |
|
|
|
* @throws Exception |
|
|
|
*/ |
|
|
|
public void testXnew() throws Exception { |
|
|
|
executeTarget("testXnew"); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* test that passes -Xnew to sun's rmic running in a different VM. |
|
|
|
* |
|
|
|
* @throws Exception |
|
|
|
*/ |
|
|
|
public void testXnewForked() throws Exception { |
|
|
|
executeTarget("testXnewForked"); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* this little bunny verifies that we can load stuff, and that |
|
|
|
* a failure to execute is turned into a fault |
|
|
|