*/
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;
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
volatile boolean finish = false;
@Test
+ @Ignore
+ // comment out @Ignore to enable this test
public void test()
{
Cache.initLogger();