diff options
author | jhugunin <jhugunin> | 2003-03-05 21:46:49 +0000 |
---|---|---|
committer | jhugunin <jhugunin> | 2003-03-05 21:46:49 +0000 |
commit | cb775240056309c20aac308be5ab2abd9696be84 (patch) | |
tree | 8fd9d7849d91e868d52048f1cb862d57ba8f5e20 /tests/jimTests.xml | |
parent | 769afc68966b6ea101dfebca14c6d67bd426bfa0 (diff) | |
download | aspectj-cb775240056309c20aac308be5ab2abd9696be84.tar.gz aspectj-cb775240056309c20aac308be5ab2abd9696be84.zip |
Bugzilla Bug 33635
Negation of if pointcut does not work
Diffstat (limited to 'tests/jimTests.xml')
-rw-r--r-- | tests/jimTests.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/jimTests.xml b/tests/jimTests.xml index e7e9b8b97..6306ec843 100644 --- a/tests/jimTests.xml +++ b/tests/jimTests.xml @@ -1,6 +1,13 @@ <!DOCTYPE suite SYSTEM "../tests/ajcTestSuite.dtd"> <suite> + <ajc-test dir="bugs" pr="33635" + title="Negation of if pointcut does not work"> + <compile files="NotIf.java"/> + <run class="NotIf"/> + </ajc-test> + + <!-- |