aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authoracolyer <acolyer>2004-03-16 15:08:36 +0000
committeracolyer <acolyer>2004-03-16 15:08:36 +0000
commit30cc0084947e91b4fe4d3b9f99301f9cbab50e6e (patch)
tree7c49cc58b2fca3c837362abfa05a6ca71b921fd0 /tests
parent41c6f6d0a10e881ac705a108cdd59f31d160e1c7 (diff)
downloadaspectj-30cc0084947e91b4fe4d3b9f99301f9cbab50e6e.tar.gz
aspectj-30cc0084947e91b4fe4d3b9f99301f9cbab50e6e.zip
fix for Bugzilla Bug 43714
better test name for second test
Diffstat (limited to 'tests')
-rw-r--r--tests/ajcTests.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml
index 3a6699227..e8fd3a0eb 100644
--- a/tests/ajcTests.xml
+++ b/tests/ajcTests.xml
@@ -7482,7 +7482,7 @@
</ajc-test>
<ajc-test dir="bugs" pr="43714"
- title="weaving from an input jar into that same jar.." >
+ title="weaving from an aspectpath jar into that same jar.." >
<compile files="WeaveLocal.java" aspectpath="notAJar.jar" outjar="notAJar.jar" >
</compile>
</ajc-test>