From 7fd85a690bf8d63cc96725a0185916b1672d043f Mon Sep 17 00:00:00 2001 From: wisberg Date: Fri, 2 May 2003 19:07:01 +0000 Subject: [PATCH] converted to sourceroots, removed one test case --- .../testdata/incremental/harness/suite.xml | 41 ++++++++----------- .../testing/drivers/HarnessSelectionTest.java | 2 +- 2 files changed, 17 insertions(+), 26 deletions(-) diff --git a/testing-drivers/testdata/incremental/harness/suite.xml b/testing-drivers/testdata/incremental/harness/suite.xml index b6b568384..3a19813e5 100644 --- a/testing-drivers/testdata/incremental/harness/suite.xml +++ b/testing-drivers/testdata/incremental/harness/suite.xml @@ -13,8 +13,10 @@ - - + + + @@ -24,8 +26,8 @@ - - + + @@ -36,8 +38,8 @@ - - + + @@ -49,7 +51,6 @@ - @@ -61,8 +62,8 @@ XXX document special handling of dir-changes paths as FQN for .class suffix XXX need negative tests, fails reported --> - - + + @@ -70,8 +71,8 @@ - - + + @@ -79,17 +80,8 @@ - - - - - - - - - - - + + @@ -97,10 +89,9 @@ - + - + diff --git a/testing-drivers/testsrc/org/aspectj/testing/drivers/HarnessSelectionTest.java b/testing-drivers/testsrc/org/aspectj/testing/drivers/HarnessSelectionTest.java index f6e65ebed..51ab1ea05 100644 --- a/testing-drivers/testsrc/org/aspectj/testing/drivers/HarnessSelectionTest.java +++ b/testing-drivers/testsrc/org/aspectj/testing/drivers/HarnessSelectionTest.java @@ -73,7 +73,7 @@ public class HarnessSelectionTest extends TestCase { String[] options = new String[] { "!verbose", "!eclipse", }; - Exp exp = new Exp(8, 8, 0, 8, 0, 0, 0); + Exp exp = new Exp(7, 7, 0, 7, 0, 0, 0); checkSelection(INCREMENTAL, options, "INFIX IGNORED", exp); } -- 2.39.5