Merge branch 'develop' into update_212_Dec_merge_with_21125_chamges
[jalview.git] / test / jalview / gui / JAL1353bugdemo.java
index bcd5784..e916779 100644 (file)
@@ -20,8 +20,6 @@
  */
 package jalview.gui;
 
-import jalview.bin.Cache;
-
 import java.awt.Dimension;
 import java.awt.event.MouseAdapter;
 import java.awt.event.MouseEvent;
@@ -35,6 +33,8 @@ import org.testng.annotations.AfterClass;
 import org.testng.annotations.BeforeClass;
 import org.testng.annotations.Test;
 
+import jalview.bin.Console;
+
 public class JAL1353bugdemo
 {
 
@@ -60,7 +60,7 @@ public class JAL1353bugdemo
   @Test(groups = { "Functional" }, enabled = false)
   public void test()
   {
-    Cache.initLogger();
+    Console.initLogger();
     // final Desktop foo = new Desktop();
     final JFrame cfoo = new JFrame("Crash Java");
     final JDesktopPane foo = new JDesktopPane();
@@ -99,7 +99,8 @@ public class JAL1353bugdemo
         // oo.setVisible(true);
         // parent.setVisible(true);
         EditNameDialog end = new EditNameDialog("Sequence Name",
-                       "Try and drag between the two text fields", "label 1", "Label 2");// );cont.getRootPane());
+                "Try and drag between the two text fields", "label 1",
+                "Label 2");// );cont.getRootPane());
         assert (end != null);
         finish = true;
       }