From eaf3ee32a5887cc90c5570202067fb87be74369b Mon Sep 17 00:00:00 2001 From: aclement Date: Wed, 25 Aug 2010 15:16:01 +0000 Subject: [PATCH] 323438 --- .../org/aspectj/systemtest/ajc1610/NewFeatures.java | 12 ++++++++++++ .../systemtest/ajc1610/newfeatures-tests.xml | 13 +++++++++++++ 2 files changed, 25 insertions(+) diff --git a/tests/src/org/aspectj/systemtest/ajc1610/NewFeatures.java b/tests/src/org/aspectj/systemtest/ajc1610/NewFeatures.java index d49d0e5c9..dbb5faa7f 100644 --- a/tests/src/org/aspectj/systemtest/ajc1610/NewFeatures.java +++ b/tests/src/org/aspectj/systemtest/ajc1610/NewFeatures.java @@ -34,6 +34,18 @@ public class NewFeatures extends org.aspectj.testing.XMLBasedAjcTestCase { } } + + + public void testMakeSJPOptimizationCollapsedSJPYes14() { + this. + runTest("makeSJP optimization - Collapsed SJP - Yes 1.4"); + try { + JavaClass myClass = getMyClass("B"); + } catch (Exception e) { + NewFeatures.fail(e.toString()); + } + } + public void testMakeSJPOptimizationLDCYes() { this. runTest("makeSJP optimization - LDC - Yes"); diff --git a/tests/src/org/aspectj/systemtest/ajc1610/newfeatures-tests.xml b/tests/src/org/aspectj/systemtest/ajc1610/newfeatures-tests.xml index 513fad0f5..d6a2b7652 100644 --- a/tests/src/org/aspectj/systemtest/ajc1610/newfeatures-tests.xml +++ b/tests/src/org/aspectj/systemtest/ajc1610/newfeatures-tests.xml @@ -46,6 +46,19 @@ + + + + + + + + + + + + + -- 2.39.5