diff options
Diffstat (limited to 'testing-drivers')
-rw-r--r-- | testing-drivers/testdata/incremental/harness/expClasses/exp/Main.class | bin | 355 -> 414 bytes | |||
-rw-r--r-- | testing-drivers/testdata/incremental/harness/suite.xml | 5 | ||||
-rw-r--r-- | testing-drivers/testsrc/org/aspectj/testing/drivers/HarnessSelectionTest.java | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/testing-drivers/testdata/incremental/harness/expClasses/exp/Main.class b/testing-drivers/testdata/incremental/harness/expClasses/exp/Main.class Binary files differindex fba840b69..fd25eb1dc 100644 --- a/testing-drivers/testdata/incremental/harness/expClasses/exp/Main.class +++ b/testing-drivers/testdata/incremental/harness/expClasses/exp/Main.class diff --git a/testing-drivers/testdata/incremental/harness/suite.xml b/testing-drivers/testdata/incremental/harness/suite.xml index 3a19813e5..129865499 100644 --- a/testing-drivers/testdata/incremental/harness/suite.xml +++ b/testing-drivers/testdata/incremental/harness/suite.xml @@ -89,12 +89,15 @@ <run class="main.Main"/> </ajc-test> + <!-- this test cannot work with new AjAttribute.MethodDeclarationLineNumberAttribute attribute + since the attribute will be generated for the main method, and has a different reference + on each serialization <ajc-test dir="expClasses" title="expected class tree" keywords="incremental-test" > <compile files="Main.java"> <dir-changes expDir="exp"/> </compile> <run class="Main"/> </ajc-test> - + --> </suite> diff --git a/testing-drivers/testsrc/org/aspectj/testing/drivers/HarnessSelectionTest.java b/testing-drivers/testsrc/org/aspectj/testing/drivers/HarnessSelectionTest.java index 94cc99985..489723f8e 100644 --- a/testing-drivers/testsrc/org/aspectj/testing/drivers/HarnessSelectionTest.java +++ b/testing-drivers/testsrc/org/aspectj/testing/drivers/HarnessSelectionTest.java @@ -99,7 +99,7 @@ public class HarnessSelectionTest extends TestCase { String[] options = new String[] { "!verbose", "!eclipse", }; - Exp exp = new Exp(7, 7, 0, 7, 0, 0, 0); + Exp exp = new Exp(6, 6, 0, 6, 0, 0, 0); checkSelection(INCREMENTAL, options, "INFIX IGNORED", exp); } |