From edaba5751fe4faba5ef1f9c9d79b6c0e95963f86 Mon Sep 17 00:00:00 2001 From: aclement Date: Thu, 3 Feb 2011 02:37:40 +0000 Subject: 336158 - testcode --- .../incremental/tools/IncrementalCompilationTests.java | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tests/src') 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); -- cgit v1.2.3