Browse Source

remove swing usage, enabling tests to run with no display on linux

tags/V1_5_4rc1
aclement 16 years ago
parent
commit
2d2fa04a35
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      ajde/testsrc/org/aspectj/ajde/AjdeTestCase.java

+ 1
- 1
ajde/testsrc/org/aspectj/ajde/AjdeTestCase.java View File

@@ -77,7 +77,7 @@ public class AjdeTestCase extends TestCase {
new TestEditorAdapter(),
new TestIdeUIAdapter(),
new IconRegistry(),
new JFrame(),
null, //new JFrame(),
new TestRuntimeProperties(),
true);
}

Loading…
Cancel
Save