summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraclement <aclement>2006-06-12 14:05:51 +0000
committeraclement <aclement>2006-06-12 14:05:51 +0000
commitb8e83b78c412178f79f3d2fa9e1fcecfb0c033aa (patch)
tree6862a088b60a75bd96a5f5023b0651842468783c
parent38cc0dd2f77eaea1778ede835e7da0aa9d871de7 (diff)
downloadaspectj-b8e83b78c412178f79f3d2fa9e1fcecfb0c033aa.tar.gz
aspectj-b8e83b78c412178f79f3d2fa9e1fcecfb0c033aa.zip
flag is ON by default
-rw-r--r--tests/src/org/aspectj/systemtest/ajc152/CreatingModelForInjarTests.java6
1 files changed, 3 insertions, 3 deletions
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;
}
// ///////////////////////////////////////