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/testsrc | |
parent | a6691df972e5dcf5e955f9a75bbba36b7a591c9e (diff) | |
download | aspectj-7a01c23476bda528f577b9fe4861f40ad1086381.tar.gz aspectj-7a01c23476bda528f577b9fe4861f40ad1086381.zip |
adjust tests for new message content when skipping
Diffstat (limited to 'testing-drivers/testsrc')
-rw-r--r-- | testing-drivers/testsrc/org/aspectj/testing/drivers/HarnessSelectionTest.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing-drivers/testsrc/org/aspectj/testing/drivers/HarnessSelectionTest.java b/testing-drivers/testsrc/org/aspectj/testing/drivers/HarnessSelectionTest.java index dd0ed82c3..dcd1d3dd3 100644 --- a/testing-drivers/testsrc/org/aspectj/testing/drivers/HarnessSelectionTest.java +++ b/testing-drivers/testsrc/org/aspectj/testing/drivers/HarnessSelectionTest.java @@ -164,7 +164,7 @@ public class HarnessSelectionTest extends TestCase { "-ajctestRequireKeywords=eclipseOptionSkip" }; Exp exp = new Exp(17, 0, 17, 0, 0, 0, 6); - checkSelection(SELECT, options, "no support in eclipse-based compiler", exp); + checkSelection(SELECT, options, "old ajc 1.0 option", exp); } public void testAjcEclipseConflict() { @@ -185,7 +185,7 @@ public class HarnessSelectionTest extends TestCase { "-ajctestSkipKeywords=skipUnenforcedAjcLimit" }; Exp exp = new Exp(17, 3, 14, 3, 0, 0, 6); - checkSelection(SELECT, options, "conflict between arg=!eclipse and global=^eclipse", exp); + checkSelection(SELECT, options, "force conflict between eclipse", exp); } public void testSinglePR() { |