diff options
author | aclement <aclement> | 2005-12-12 15:53:07 +0000 |
---|---|---|
committer | aclement <aclement> | 2005-12-12 15:53:07 +0000 |
commit | bf17d4c5db27e8fcc80e9e3de7e8617317cba715 (patch) | |
tree | 220f32c883a39e4cd0f669c8cc388afc5305883b /tests | |
parent | 9edb4b6f9e8ca59b309ac382e6049321832d0700 (diff) | |
download | aspectj-bf17d4c5db27e8fcc80e9e3de7e8617317cba715.tar.gz aspectj-bf17d4c5db27e8fcc80e9e3de7e8617317cba715.zip |
linux fix.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/src/org/aspectj/systemtest/incremental/tools/MultiProjectIncrementalTests.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/src/org/aspectj/systemtest/incremental/tools/MultiProjectIncrementalTests.java b/tests/src/org/aspectj/systemtest/incremental/tools/MultiProjectIncrementalTests.java index d7ddaceb7..b38feb72b 100644 --- a/tests/src/org/aspectj/systemtest/incremental/tools/MultiProjectIncrementalTests.java +++ b/tests/src/org/aspectj/systemtest/incremental/tools/MultiProjectIncrementalTests.java @@ -307,9 +307,9 @@ public class MultiProjectIncrementalTests extends AjdeInteractionTestbed { // If you fiddle with the compiler options - you must manually reset the options at the end of the test public void testPr117209() { try { - initialiseProject("PR117209"); + initialiseProject("pr117209"); configureNonStandardCompileOptions("-proceedOnError"); - build("PR117209"); + build("pr117209"); checkCompileWeaveCount(6,6); } finally { MyBuildOptionsAdapter.reset(); |