diff options
author | wisberg <wisberg> | 2003-10-29 08:51:54 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2003-10-29 08:51:54 +0000 |
commit | 7a01c23476bda528f577b9fe4861f40ad1086381 (patch) | |
tree | 23fca178293130599afda0b42d6fe9fd859af5f2 /testing-drivers/testdata | |
parent | a6691df972e5dcf5e955f9a75bbba36b7a591c9e (diff) | |
download | aspectj-7a01c23476bda528f577b9fe4861f40ad1086381.tar.gz aspectj-7a01c23476bda528f577b9fe4861f40ad1086381.zip |
adjust tests for new message content when skipping
Diffstat (limited to 'testing-drivers/testdata')
-rw-r--r-- | testing-drivers/testdata/incremental/harness/selectionTest.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing-drivers/testdata/incremental/harness/selectionTest.xml b/testing-drivers/testdata/incremental/harness/selectionTest.xml index 7892f62b1..4f441069d 100644 --- a/testing-drivers/testdata/incremental/harness/selectionTest.xml +++ b/testing-drivers/testdata/incremental/harness/selectionTest.xml @@ -132,9 +132,9 @@ <run class="TestNoTester"/> </ajc-test> - <ajc-test dir="." title="skip - local invalid option -source 1.4" + <ajc-test dir="." title="skip - local invalid option -source1.4" keywords="requireKeyword,localInvalidOption" > - <compile files="TestNoTester.java" options="-source,1.4"/> + <compile files="TestNoTester.java" options="-source1.4"/> <run class="TestNoTester"/> </ajc-test> |