]> source.dussan.org Git - aspectj.git/commitdiff
flag is ON by default
authoraclement <aclement>
Mon, 12 Jun 2006 14:05:51 +0000 (14:05 +0000)
committeraclement <aclement>
Mon, 12 Jun 2006 14:05:51 +0000 (14:05 +0000)
tests/src/org/aspectj/systemtest/ajc152/CreatingModelForInjarTests.java

index 213dd2bdc50de9a8a07e064d581c066971f961f6..5dc35afe144a8b79a1dcdf8c7e84cd5c6ddfadee 100644 (file)
@@ -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;
        }
 
        // ///////////////////////////////////////