]> source.dussan.org Git - aspectj.git/commitdiff
linux fix.
authoraclement <aclement>
Mon, 12 Dec 2005 15:53:07 +0000 (15:53 +0000)
committeraclement <aclement>
Mon, 12 Dec 2005 15:53:07 +0000 (15:53 +0000)
tests/src/org/aspectj/systemtest/incremental/tools/MultiProjectIncrementalTests.java

index d7ddaceb7a2ea408e20433f717e3aeeccd00094a..b38feb72b28db21421551085ddf7541e9978ae15 100644 (file)
@@ -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();