aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ajde/testsrc/org/aspectj/ajde/AjdeTestCase.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/ajde/testsrc/org/aspectj/ajde/AjdeTestCase.java b/ajde/testsrc/org/aspectj/ajde/AjdeTestCase.java
index ea70c88c0..fb3bfe694 100644
--- a/ajde/testsrc/org/aspectj/ajde/AjdeTestCase.java
+++ b/ajde/testsrc/org/aspectj/ajde/AjdeTestCase.java
@@ -77,7 +77,7 @@ public class AjdeTestCase extends TestCase {
new TestEditorAdapter(),
new TestIdeUIAdapter(),
new IconRegistry(),
- new JFrame(),
+ null, //new JFrame(),
new TestRuntimeProperties(),
true);
}