]> source.dussan.org Git - aspectj.git/commitdiff
remove swing usage, enabling tests to run with no display on linux
authoraclement <aclement>
Wed, 17 Oct 2007 08:39:37 +0000 (08:39 +0000)
committeraclement <aclement>
Wed, 17 Oct 2007 08:39:37 +0000 (08:39 +0000)
ajde/testsrc/org/aspectj/ajde/AjdeTestCase.java

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