]> source.dussan.org Git - aspectj.git/commitdiff
328099
authoraclement <aclement>
Mon, 2 May 2011 18:40:30 +0000 (18:40 +0000)
committeraclement <aclement>
Mon, 2 May 2011 18:40:30 +0000 (18:40 +0000)
tests/src/org/aspectj/systemtest/ajc1612/Ajc1612Tests.java
tests/src/org/aspectj/systemtest/ajc1612/ajc1612.xml

index 9b706a1a7ecab1b394fe20f983a80cc238e8fc34..8ec90e651d20414483eaf86f96d7e25f26e74c4e 100644 (file)
@@ -21,38 +21,42 @@ import org.aspectj.testing.XMLBasedAjcTestCase;
  */
 public class Ajc1612Tests extends org.aspectj.testing.XMLBasedAjcTestCase {
 
+       // public void testSignedJarLtw_328099() {
+       // runTest("signed jar ltw");
+       // }
+
        public void testVerifyError_315398() {
                runTest("verifyerror");
        }
-       
+
        public void testVerifyError_315398_2() {
                runTest("verifyerror - 2");
        }
-       
+
        public void testRawTypePointcut_327134() {
                runTest("rawtype pointcut");
        }
-       
+
        public void testRawTypeWarning_335810() {
                runTest("rawtype warning");
        }
-       
-//     public void testDecpGenerics_344005() {
-//             runTest("decp generics");
-//     }
-       
+
+       // public void testDecpGenerics_344005() {
+       // runTest("decp generics");
+       // }
+
        public void testIllegalAccessError_343051() {
                runTest("illegalaccesserror");
        }
-       
+
        public void testItitNpe_339974() {
                runTest("itit npe");
        }
-       
-//     public void testNoImportError_342605() {
-//             runTest("noimporterror");
-//     }
-       
+
+       // public void testNoImportError_342605() {
+       // runTest("noimporterror");
+       // }
+
        public void testClashingLocalTypes_342323() {
                runTest("clashing local types");
        }
index 0609e0922edac0ca594ced8471ae167d4d91fab7..fe83acac7a610763bcc5a51f14cd9b3b457f9e8f 100644 (file)
@@ -2,6 +2,15 @@
 
 <suite>
 
+<ajc-test dir="bugs1612/pr328099" title="signed jar ltw">
+<compile files="X.java" classpath="code.jar"/>
+<run class="foo.bar.FooLaunch" ltw="aop.xml" classpath="$sandbox/code.jar">
+<stdout>
+<line text="pre...Foo.bar()...post"/>
+</stdout>
+</run>
+</ajc-test>
+
 <ajc-test dir="bugs1612/pr315398" title="verifyerror">
 <compile files="Code.java" options="-1.5">
 </compile>