JAL-2272 another test case
[jalview.git] / test / jalview / util / PlatformTest.java
index 492df42..88fd1b9 100644 (file)
@@ -41,6 +41,12 @@ public class PlatformTest
     isPopupTrigger = true;
     assertFalse(Platform.isControlDown(new MouseEvent(b, 0, 0L, mods, 0, 0,
             0, 0, clickCount, isPopupTrigger, buttonNo), mac));
+
+    isPopupTrigger = false;
+    buttonNo = MouseEvent.BUTTON2;
+    mods = 0;
+    assertFalse(Platform.isControlDown(new MouseEvent(b, 0, 0L, mods, 0, 0,
+            0, 0, clickCount, isPopupTrigger, buttonNo), mac));
   }
 
   /**