aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/src/org/aspectj/systemtest/incremental/tools/MultiProjectIncrementalTests.java13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/src/org/aspectj/systemtest/incremental/tools/MultiProjectIncrementalTests.java b/tests/src/org/aspectj/systemtest/incremental/tools/MultiProjectIncrementalTests.java
index db5715f3c..b010f7b60 100644
--- a/tests/src/org/aspectj/systemtest/incremental/tools/MultiProjectIncrementalTests.java
+++ b/tests/src/org/aspectj/systemtest/incremental/tools/MultiProjectIncrementalTests.java
@@ -441,6 +441,19 @@ public class MultiProjectIncrementalTests extends AjdeInteractionTestbed {
checkWasFullBuild();
}
+ /**
+ * We have problems with multiple rewrites of a pointcut across incremental builds.
+ */
+ public void testPr113257() {
+ initialiseProject("PR113257");
+ build("PR113257");
+ alter("PR113257","inc1");
+ build("PR113257");
+ checkWasntFullBuild();
+ alter("PR113257","inc1");
+ build("PR113257");
+ }
+
// other possible tests:
// - memory usage (freemem calls?)