Suppressed test that needs user interaction to allow JUnit suite to run
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Fri, 10 Oct 2014 14:17:44 +0000 (15:17 +0100)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Fri, 10 Oct 2014 14:17:44 +0000 (15:17 +0100)
test/jalview/gui/JAL1353bugdemo.java

index 438a208..7acd843 100644 (file)
  */
 package jalview.gui;
 
-import static org.junit.Assert.*;
 import jalview.bin.Cache;
 
-import java.awt.Component;
 import java.awt.Dimension;
 import java.awt.event.ActionEvent;
 import java.awt.event.ActionListener;
@@ -35,11 +33,11 @@ import javax.swing.JFrame;
 import javax.swing.JInternalFrame;
 import javax.swing.JMenu;
 import javax.swing.JMenuItem;
-import javax.swing.JPanel;
 import javax.swing.JTextArea;
 
 import org.junit.AfterClass;
 import org.junit.BeforeClass;
+import org.junit.Ignore;
 import org.junit.Test;
 
 public class JAL1353bugdemo
@@ -58,6 +56,8 @@ public class JAL1353bugdemo
   volatile boolean finish = false;
 
   @Test
+  @Ignore
+  // comment out @Ignore to enable this test
   public void test()
   {
     Cache.initLogger();