diff options
author | aclement <aclement> | 2010-03-26 19:33:37 +0000 |
---|---|---|
committer | aclement <aclement> | 2010-03-26 19:33:37 +0000 |
commit | c516df6b162ff9a9e248b4b702d946f6808ee8b3 (patch) | |
tree | 317af3e478a7ff6025e5b7496332f7a3ad8f9ab7 /tests/src | |
parent | 5f71d71ca445298efb9fafcdabd6a026c197453b (diff) | |
download | aspectj-c516df6b162ff9a9e248b4b702d946f6808ee8b3.tar.gz aspectj-c516df6b162ff9a9e248b4b702d946f6808ee8b3.zip |
307147: testcode
Diffstat (limited to 'tests/src')
-rw-r--r-- | tests/src/org/aspectj/systemtest/ajc169/ajc169.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc169/ajc169.xml b/tests/src/org/aspectj/systemtest/ajc169/ajc169.xml index 37fa62e14..fd5250e71 100644 --- a/tests/src/org/aspectj/systemtest/ajc169/ajc169.xml +++ b/tests/src/org/aspectj/systemtest/ajc169/ajc169.xml @@ -2,6 +2,13 @@ <suite> + <ajc-test dir="bugs169/pr307147" title="advising privileged access method"> + <compile files="B.java Test2.java" options="-showWeaveInfo"> + <message kind="weave" text="Type 'B' (B.java) has intertyped method from 'Test'"/> + <message kind="weave" text="Join point 'field-get(int A.goo)' in Type 'Test'"/> + </compile> + </ajc-test> + <ajc-test dir="bugs169/pr307120" title="advising privileged access member"> <compile files="A.java Test.java" options="-showWeaveInfo"> <message kind="weave" text="Type 'A' (A.java) has intertyped method from 'Test'"/> <!-- getFoo and getGoo --> |