diff options
author | jhugunin <jhugunin> | 2003-02-13 22:24:56 +0000 |
---|---|---|
committer | jhugunin <jhugunin> | 2003-02-13 22:24:56 +0000 |
commit | 19c3e16d2212bdd41144da2150c8ef46b4a759a5 (patch) | |
tree | bc60f252d4b8259bba3b532a68c8137cfbadaaaf /tests/ajcTests.xml | |
parent | d15eb325fc77d9f1eb0ac9ec1f6886562d531105 (diff) | |
download | aspectj-19c3e16d2212bdd41144da2150c8ef46b4a759a5.tar.gz aspectj-19c3e16d2212bdd41144da2150c8ef46b4a759a5.zip |
fixed Bug 31423: adviceexecution not working
Diffstat (limited to 'tests/ajcTests.xml')
-rw-r--r-- | tests/ajcTests.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml index 15864594a..ab1a6fe0d 100644 --- a/tests/ajcTests.xml +++ b/tests/ajcTests.xml @@ -5573,4 +5573,10 @@ <run class="test.Test3"/> </ajc-test> + <ajc-test dir="bugs" pr="31423" + title="Pointcut adviceexecution() does not work"> + <compile files="AdviceExec.java"/> + <run class="AdviceExec"/> + </ajc-test> + </suite> |