From 7a01c23476bda528f577b9fe4861f40ad1086381 Mon Sep 17 00:00:00 2001 From: wisberg Date: Wed, 29 Oct 2003 08:51:54 +0000 Subject: [PATCH] adjust tests for new message content when skipping --- .../testdata/incremental/harness/selectionTest.xml | 4 ++-- .../org/aspectj/testing/drivers/HarnessSelectionTest.java | 4 ++-- 2 files changed, 4 insertions(+), 4 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 @@ - - + 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() { -- 2.39.5