From: aclement Date: Thu, 18 May 2006 13:02:05 +0000 (+0000) Subject: testcode for 129408 - cant be switched on yet X-Git-Tag: V1_5_2rc1~109 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=03616d76d75ffcf5a877041fb56bb375f16f3fbe;p=aspectj.git testcode for 129408 - cant be switched on yet --- diff --git a/tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java b/tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java index d433fe755..9140b5418 100644 --- a/tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java +++ b/tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java @@ -65,6 +65,11 @@ public class Ajc152Tests extends org.aspectj.testing.XMLBasedAjcTestCase { public void testJarChecking_pr137235_1() { runTest("directory with .jar extension: source and outjar"); } public void testJarChecking_pr137235_2() { runTest("directory with .jar extension"); } public void testMakePreMethodNPE_pr136393() { runTest("NPE in makePreMethod");} + + // tests that can't be included for some reason + + // Not valid whilst the ajc compiler forces debug on (ignores -g:none) - it will be green but is invalid, trust me + // public void testLongWindedMessages_pr129408() { runTest("long winded ataj messages");} ///////////////////////////////////////// public static Test suite() { return XMLBasedAjcTestCase.loadSuite(Ajc152Tests.class); diff --git a/tests/src/org/aspectj/systemtest/ajc152/ajc152.xml b/tests/src/org/aspectj/systemtest/ajc152/ajc152.xml index 902014b3f..fea570ff0 100644 --- a/tests/src/org/aspectj/systemtest/ajc152/ajc152.xml +++ b/tests/src/org/aspectj/systemtest/ajc152/ajc152.xml @@ -404,4 +404,13 @@ + + + + + + + + + \ No newline at end of file