bamboo test
authorBobHanson <hansonr@stolaf.edu>
Mon, 23 Mar 2020 14:46:14 +0000 (09:46 -0500)
committerBobHanson <hansonr@stolaf.edu>
Mon, 23 Mar 2020 14:46:14 +0000 (09:46 -0500)
test/jalview/gui/SeqPanelTest.java

index 7b75bfb..aeab5cd 100644 (file)
@@ -60,6 +60,7 @@ public class SeqPanelTest
   @BeforeClass(alwaysRun = true)
   public void setUpJvOptionPane()
   {
+    System.out.println("BH testing");
     Jalview.setSynchronous(true);
     JvOptionPane.setInteractiveMode(false);
     JvOptionPane.setMockResponse(JvOptionPane.CANCEL_OPTION);