diff options
author | acolyer <acolyer> | 2004-08-17 10:16:03 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2004-08-17 10:16:03 +0000 |
commit | ff7c1b2728dec16a52aa8fe4b4feffac145ef868 (patch) | |
tree | bfdf040f116c179792859330b44378d73bff0019 /tests/src | |
parent | cd4aeb90df088cb6b9d817298529ac8d54e2b8eb (diff) | |
download | aspectj-ff7c1b2728dec16a52aa8fe4b4feffac145ef868.tar.gz aspectj-ff7c1b2728dec16a52aa8fe4b4feffac145ef868.zip |
using real slashes rather than those windows things....
Diffstat (limited to 'tests/src')
-rw-r--r-- | tests/src/org/aspectj/systemtest/ajc121/ajc121-tests.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc121/ajc121-tests.xml b/tests/src/org/aspectj/systemtest/ajc121/ajc121-tests.xml index 45ba9dcf8..4b60da7ac 100644 --- a/tests/src/org/aspectj/systemtest/ajc121/ajc121-tests.xml +++ b/tests/src/org/aspectj/systemtest/ajc121/ajc121-tests.xml @@ -307,25 +307,25 @@ <ajc-test dir="bugs/privilegedNPE" pr="67579" title="NPE on privileged aspect error"> - <compile files="a\ITD.aj,b\B.aj"/> + <compile files="a/ITD.aj,b/B.aj"/> <run class="b.B"/> </ajc-test> <ajc-test dir="bugs/privilegedNPE" pr="67579" title="NPE on privileged aspect error (2)"> - <compile files="b\B.aj,a\ITD.aj"/> + <compile files="b/B.aj,a/ITD.aj"/> <run class="b.B"/> </ajc-test> <ajc-test dir="bugs/privilegedAccess" pr="67578" title="Privileged Aspect Access Problem Across Packages"> - <compile files="b\B.aj,a\ITD.aj"/> + <compile files="b/B.aj,a/ITD.aj"/> <run class="b.B"/> </ajc-test> <ajc-test dir="bugs/privilegedAccess" pr="67578" title="Privileged Aspect Access Problem Across Packages (2)"> - <compile files="b\B_notPrivileged.aj,a\ITD.aj"> + <compile files="b/B_notPrivileged.aj,a/ITD.aj"> <message kind="error" line="7" text="The method returnNothing(Object) from the type ITD is not visible"/> </compile> </ajc-test> |