diff options
author | aclement <aclement> | 2011-02-03 02:37:40 +0000 |
---|---|---|
committer | aclement <aclement> | 2011-02-03 02:37:40 +0000 |
commit | edaba5751fe4faba5ef1f9c9d79b6c0e95963f86 (patch) | |
tree | 7761b76b217095f4dcb43adbb7f52456bf1ca04c /tests/src | |
parent | c584cedda7f4b25f3d6661f39f4b88f432cf63b4 (diff) | |
download | aspectj-edaba5751fe4faba5ef1f9c9d79b6c0e95963f86.tar.gz aspectj-edaba5751fe4faba5ef1f9c9d79b6c0e95963f86.zip |
336158 - testcode
Diffstat (limited to 'tests/src')
-rw-r--r-- | tests/src/org/aspectj/systemtest/incremental/tools/IncrementalCompilationTests.java | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/src/org/aspectj/systemtest/incremental/tools/IncrementalCompilationTests.java b/tests/src/org/aspectj/systemtest/incremental/tools/IncrementalCompilationTests.java index 10fd73210..25642f6f3 100644 --- a/tests/src/org/aspectj/systemtest/incremental/tools/IncrementalCompilationTests.java +++ b/tests/src/org/aspectj/systemtest/incremental/tools/IncrementalCompilationTests.java @@ -83,6 +83,15 @@ public class IncrementalCompilationTests extends AbstractMultiProjectIncremental assertContains("B.java:4:0::0 Unhandled exception type IOException", getErrorMessages(p).get(0)); } + public void testITIT_336158() throws Exception { + String p = "pr336158"; + initialiseProject(p); + build(p); + checkWasFullBuild(); + assertNoErrors(p); + checkCompileWeaveCount(p, 3, 4); + } + public void testITIT_336147() throws Exception { String p = "pr336147"; initialiseProject(p); |