diff options
author | aclement <aclement> | 2006-01-29 10:12:10 +0000 |
---|---|---|
committer | aclement <aclement> | 2006-01-29 10:12:10 +0000 |
commit | 693945fed3ea7482c5c312063dfac881f0d0d1c9 (patch) | |
tree | a1ec419ad0cca914f38eada1764a5393ed447100 /tests/src/org/aspectj/systemtest/ajc151/ajc151.xml | |
parent | 5d7f4e1f89c76fd54c40d513af4c19b8dd74f771 (diff) | |
download | aspectj-693945fed3ea7482c5c312063dfac881f0d0d1c9.tar.gz aspectj-693945fed3ea7482c5c312063dfac881f0d0d1c9.zip |
fix and test for 123901. test for 125475 (commented out)
Diffstat (limited to 'tests/src/org/aspectj/systemtest/ajc151/ajc151.xml')
-rw-r--r-- | tests/src/org/aspectj/systemtest/ajc151/ajc151.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc151/ajc151.xml b/tests/src/org/aspectj/systemtest/ajc151/ajc151.xml index f3d9c5b84..212ac5589 100644 --- a/tests/src/org/aspectj/systemtest/ajc151/ajc151.xml +++ b/tests/src/org/aspectj/systemtest/ajc151/ajc151.xml @@ -5,6 +5,12 @@ <ajc-test dir="bugs151" title="member types in generic types"> <compile files="pr122458.aj" options="-1.5 -emacssym"/> + </ajc-test> + + <ajc-test dir="bugs151/pr123901" title="inlinevisitor NPE"> + <compile files="A.java,B.java" options="-1.5"> + <message kind="error" line="5" text="a.A cannot be resolved or is not a field"/> + </compile> </ajc-test> <ajc-test dir="bugs151" title="member types in generic types - 2"> @@ -98,4 +104,8 @@ <compile files="pkg/C.java,pkg/A.aj" options="-emacssym"/> </ajc-test> + <ajc-test dir="bugs151/pr125475" title="empty pointcut in atAJ"> + <compile files="TestEmptyPointcutAtAspect.java" options="-1.5"/> + </ajc-test> + </suite>
\ No newline at end of file |