From: aclement Date: Mon, 12 Jun 2006 14:05:51 +0000 (+0000) Subject: flag is ON by default X-Git-Tag: V1_5_2rc1~42 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b8e83b78c412178f79f3d2fa9e1fcecfb0c033aa;p=aspectj.git flag is ON by default --- diff --git a/tests/src/org/aspectj/systemtest/ajc152/CreatingModelForInjarTests.java b/tests/src/org/aspectj/systemtest/ajc152/CreatingModelForInjarTests.java index 213dd2bdc..5dc35afe1 100644 --- a/tests/src/org/aspectj/systemtest/ajc152/CreatingModelForInjarTests.java +++ b/tests/src/org/aspectj/systemtest/ajc152/CreatingModelForInjarTests.java @@ -20,7 +20,7 @@ import org.aspectj.asm.AsmManager; import org.aspectj.asm.IHierarchy; import org.aspectj.asm.IProgramElement; import org.aspectj.testing.XMLBasedAjcTestCase; -import org.aspectj.weaver.World; +//import org.aspectj.weaver.World; public class CreatingModelForInjarTests extends org.aspectj.testing.XMLBasedAjcTestCase { @@ -115,12 +115,12 @@ public class CreatingModelForInjarTests extends org.aspectj.testing.XMLBasedAjcT protected void setUp() throws Exception { super.setUp(); - World.createInjarHierarchy = true; +// World.createInjarHierarchy = true; } protected void tearDown() throws Exception { super.tearDown(); - World.createInjarHierarchy = false; +// World.createInjarHierarchy = false; } // ///////////////////////////////////////