summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authoraclement <aclement>2005-12-12 15:53:07 +0000
committeraclement <aclement>2005-12-12 15:53:07 +0000
commitbf17d4c5db27e8fcc80e9e3de7e8617317cba715 (patch)
tree220f32c883a39e4cd0f669c8cc388afc5305883b /tests
parent9edb4b6f9e8ca59b309ac382e6049321832d0700 (diff)
downloadaspectj-bf17d4c5db27e8fcc80e9e3de7e8617317cba715.tar.gz
aspectj-bf17d4c5db27e8fcc80e9e3de7e8617317cba715.zip
linux fix.
Diffstat (limited to 'tests')
-rw-r--r--tests/src/org/aspectj/systemtest/incremental/tools/MultiProjectIncrementalTests.java4
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();