]> source.dussan.org Git - aspectj.git/commitdiff
260384: testcode and fix
authoraclement <aclement>
Mon, 12 Jan 2009 20:25:23 +0000 (20:25 +0000)
committeraclement <aclement>
Mon, 12 Jan 2009 20:25:23 +0000 (20:25 +0000)
tests/src/org/aspectj/systemtest/ajc164/Ajc164Tests.java
tests/src/org/aspectj/systemtest/ajc164/ajc164.xml

index a64953bb5ec3bd127f54c21446b6419fba429d13..326c2ce97a55b9989274e75b4cd1eda07d538015 100644 (file)
@@ -18,6 +18,14 @@ import org.aspectj.testing.XMLBasedAjcTestCase;
 
 public class Ajc164Tests extends org.aspectj.testing.XMLBasedAjcTestCase {
 
+       public void testCompilingSpring_pr260384() {
+               runTest("compiling spring");
+       }
+
+       public void testCompilingSpring_pr260384_2() {
+               runTest("compiling spring - 2");
+       }
+       
        public void testAtAspectJDecp_pr164016() {
                runTest("ataspectj decp 164016");
        }
index 99d7ef9c9ec268631feb2e464172a265e5676758..1d036168a63735515d972a74fbb5e9eb9e14158e 100644 (file)
@@ -7,6 +7,16 @@
       <run class="test.Code"/>
     </ajc-test>    
     
+    <ajc-test dir="bugs164/pr260384" title="compiling spring">
+      <compile files="Broken.java" options="-1.5">
+      </compile>
+    </ajc-test>    
+
+    <ajc-test dir="bugs164/pr260384" title="compiling spring - 2">
+      <compile files="Broken2.java" options="-1.5">
+      </compile>
+    </ajc-test>    
+    
     <ajc-test dir="bugs164/pr164016" title="ataspectj decp 164016 - 2">
       <compile files="Code.java TargetBad.java TargetGood.java" aspectpath="code.jar" options="-1.5"/>
       <run class="test.Code"/>