aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src
diff options
context:
space:
mode:
authoraclement <aclement>2008-05-08 21:22:46 +0000
committeraclement <aclement>2008-05-08 21:22:46 +0000
commitbba46a2a74f2e93c61ef3416037806463821af6d (patch)
tree2827bcd049f25b1bd53d838f3ee349f8e8d3f27f /tests/src
parentd4477a7ddb3e2a66cec69f6580286b010b1460fe (diff)
downloadaspectj-bba46a2a74f2e93c61ef3416037806463821af6d.tar.gz
aspectj-bba46a2a74f2e93c61ef3416037806463821af6d.zip
231187: test and fix. Do the parameterization check after ITDs have applied
Diffstat (limited to 'tests/src')
-rw-r--r--tests/src/org/aspectj/systemtest/ajc161/ajc161.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc161/ajc161.xml b/tests/src/org/aspectj/systemtest/ajc161/ajc161.xml
index b05dc4eee..9b631266b 100644
--- a/tests/src/org/aspectj/systemtest/ajc161/ajc161.xml
+++ b/tests/src/org/aspectj/systemtest/ajc161/ajc161.xml
@@ -3,7 +3,7 @@
<!-- AspectJ v1.6.1 Tests -->
<suite>
- <ajc-test dir="bugs161/pr231187" title="generics bounds decp">
+ <ajc-test dir="bugs161/pr231187x" title="generics bounds decp">
<compile files="Cement.java ConcreteClass.java SuperClass.java SuperClassAspect.aj WetCement.java Main.java" options="-1.5"/>
<run class="concrete.Main">
<stdout>
@@ -12,7 +12,7 @@
</run>
</ajc-test>
- <ajc-test dir="bugs161/pr231187" title="generics bounds decp - 2">
+ <ajc-test dir="bugs161/pr231187x" title="generics bounds decp - 2">
<compile files="Cement.java ConcreteClass.java SuperClass.java WetCement.java" options="-1.5">
<message kind="error" text="The type WetCement is not a valid substitute for the bounded parameter"/>
</compile>