JAL-2385 more tests/bug fixes mostly for gui.SliderPanel and some
[jalview.git] / test / jalview / gui / AlignViewportTest.java
index fa71b2e..71a5f3c 100644 (file)
@@ -70,7 +70,8 @@ public class AlignViewportTest
   @BeforeClass(alwaysRun = true)
   public static void setUpBeforeClass() throws Exception
   {
-    Jalview.main(new String[] { "-props", "test/jalview/testProps.jvprops" });
+    Jalview.main(new String[] { "-nonews", "-props",
+        "test/jalview/testProps.jvprops" });
   }
 
   @BeforeMethod(alwaysRun = true)