diff options
author | aclement <aclement> | 2010-05-20 15:32:46 +0000 |
---|---|---|
committer | aclement <aclement> | 2010-05-20 15:32:46 +0000 |
commit | 9f6834aeba9dd27c41a0ebf06ea56ad8987223de (patch) | |
tree | bfe52df386229c9810e705036ff9646e2b09405d | |
parent | cad41dcda5ce81127234513678dedc7833227c92 (diff) | |
download | aspectj-9f6834aeba9dd27c41a0ebf06ea56ad8987223de.tar.gz aspectj-9f6834aeba9dd27c41a0ebf06ea56ad8987223de.zip |
upper casified
-rw-r--r-- | tests/src/org/aspectj/systemtest/ajc167/overweaving.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc167/overweaving.xml b/tests/src/org/aspectj/systemtest/ajc167/overweaving.xml index 73f449aaa..044223d88 100644 --- a/tests/src/org/aspectj/systemtest/ajc167/overweaving.xml +++ b/tests/src/org/aspectj/systemtest/ajc167/overweaving.xml @@ -47,7 +47,7 @@ </run> </ajc-test> - <ajc-test dir="features167/overweaving/getsettjp" title="getset - tjp - 1"> + <ajc-test dir="features167/overweaving/getsetTJP" title="getset - tjp - 1"> <compile files="A.aj Class1.java" options="-1.5"/> <compile files="B.aj" options="-1.5 -Xlint:ignore"/> <compile files="Class2.java" options="-1.5 -Xlint:ignore"/> @@ -112,7 +112,7 @@ </run> </ajc-test> - <ajc-test dir="features167/overweaving/callstjp" title="calls - tjp - 1"> + <ajc-test dir="features167/overweaving/callsTJP" title="calls - tjp - 1"> <compile files="A.aj Class1.java" options="-1.5"/> <compile files="B.aj" options="-1.5 -Xlint:ignore"/> <compile files="Class2.java" options="-1.5 -Xlint:ignore"/> |