diff options
author | acolyer <acolyer> | 2004-03-16 15:08:36 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2004-03-16 15:08:36 +0000 |
commit | 30cc0084947e91b4fe4d3b9f99301f9cbab50e6e (patch) | |
tree | 7c49cc58b2fca3c837362abfa05a6ca71b921fd0 /tests | |
parent | 41c6f6d0a10e881ac705a108cdd59f31d160e1c7 (diff) | |
download | aspectj-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.xml | 2 |
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> |