JAL-2787 set start/end seq explicitly for test
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Tue, 24 Oct 2017 08:31:38 +0000 (09:31 +0100)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Tue, 24 Oct 2017 08:31:38 +0000 (09:31 +0100)
test/jalview/gui/SeqCanvasTest.java

index 5c6fa5d..a27bc3f 100644 (file)
@@ -32,6 +32,7 @@ public class SeqCanvasTest
     assertEquals(al.getHeight(), 15);
 
     av.setWrapAlignment(true);
+    av.getRanges().setStartEndSeq(0, 14);
     av.setFont(new Font("SansSerif", Font.PLAIN, 14), true);
     int charHeight = av.getCharHeight();
     int charWidth = av.getCharWidth();
@@ -201,6 +202,7 @@ public class SeqCanvasTest
     assertEquals(al.getHeight(), 15);
   
     av.setWrapAlignment(true);
+    av.getRanges().setStartEndSeq(0, 14);
     av.setFont(new Font("SansSerif", Font.PLAIN, 14), true);
     int charHeight = av.getCharHeight();
     int charWidth = av.getCharWidth();