]> source.dussan.org Git - aspectj.git/commitdiff
249710: test
authoraclement <aclement>
Wed, 29 Oct 2008 19:08:05 +0000 (19:08 +0000)
committeraclement <aclement>
Wed, 29 Oct 2008 19:08:05 +0000 (19:08 +0000)
tests/bugs163/pr249710/Foo.java [new file with mode: 0644]
tests/src/org/aspectj/systemtest/ajc163/Ajc163Tests.java
tests/src/org/aspectj/systemtest/ajc163/ajc163.xml

diff --git a/tests/bugs163/pr249710/Foo.java b/tests/bugs163/pr249710/Foo.java
new file mode 100644 (file)
index 0000000..16d3ddd
--- /dev/null
@@ -0,0 +1,3 @@
+
+public aspect Foo perthis(execution(* *(..))) {
+}
\ No newline at end of file
index b707e26b7b1ddd8e5d59b2f3369d59940c687aba..7563a372b9d8d1592981585e4c0b981be2ea4aaa 100644 (file)
@@ -18,14 +18,14 @@ import org.aspectj.testing.XMLBasedAjcTestCase;
 
 public class Ajc163Tests extends org.aspectj.testing.XMLBasedAjcTestCase {
 
+       public void testTerminateAfterCompilation_pr249710() {
+               runTest("terminateAfterCompilation");
+       }
+
        public void testItdCCE_pr250091() {
                runTest("itd cce");
        }
 
-       // class A from java.net.URLClassLoader@1e4853f extends class java.lang.Object (false)
-       // class java.lang.ClassNotFoundException from null extends class java.lang.Exception (true)
-       // class Base from java.net.URLClassLoader@1e4853f extends class java.lang.Object (false)
-
        public void testBreakingRecovery_pr226163() {
                runTest("breaking recovery");
        }
index 6b712f48998997f94ae88d1c6eefd5642a90762b..921444abec256fb1a96c9992c50d179673659758 100644 (file)
       </compile>
     </ajc-test>
 
+    <ajc-test dir="bugs163/pr249710" title="terminateAfterCompilation">
+      <compile files="Foo.java" options="-1.5">
+      </compile>
+    </ajc-test>
+
     <ajc-test dir="bugs163/pr250632" title="type conversion in generic itd">
       <compile files="MyAspect.java" options="-1.5"/>
     </ajc-test>