JAL-3563 Bamboo testing
[jalview.git] / test / jalview / gui / AlignFrameTest.java
index 8b975bd..568d285 100644 (file)
@@ -66,6 +66,8 @@ public class AlignFrameTest
   {
     JvOptionPane.setInteractiveMode(false);
     JvOptionPane.setMockResponse(JvOptionPane.CANCEL_OPTION);
+
+    // BH 2020.03.22 solved the assertEquals(c, i_faded) problem below
     Jalview.setSynchronous(true);
   }