From 2ed766cd9f95b400c69db07eedde69035877113c Mon Sep 17 00:00:00 2001 From: aclement Date: Fri, 5 May 2006 08:29:41 +0000 Subject: test for 136393: NPE on funky ITD ctor --- tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java b/tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java index 362d107a5..52f98d3b3 100644 --- a/tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java +++ b/tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java @@ -46,7 +46,8 @@ public class Ajc152Tests extends org.aspectj.testing.XMLBasedAjcTestCase { //public void testAtAspectWithReferencePCPerClause_pr138220() { runTest("@Aspect with reference pointcut in perclause");} 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 testJarChecking_pr137235_2() { runTest("directory with .jar extension"); } + public void testMakePreMethodNPE_pr136393() { runTest("NPE in makePreMethod");} ///////////////////////////////////////// public static Test suite() { return XMLBasedAjcTestCase.loadSuite(Ajc152Tests.class); -- cgit v1.2.3