From 0b68f321dd8024c6957aefec9a1e8c547a93b0ad Mon Sep 17 00:00:00 2001 From: BobHanson Date: Wed, 10 Jun 2020 12:48:37 -0500 Subject: [PATCH] Bamboo test - setting method priorities --- test/jalview/gui/SeqCanvasTest.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/jalview/gui/SeqCanvasTest.java b/test/jalview/gui/SeqCanvasTest.java index a5c8aaa..3877429 100644 --- a/test/jalview/gui/SeqCanvasTest.java +++ b/test/jalview/gui/SeqCanvasTest.java @@ -51,7 +51,7 @@ public class SeqCanvasTest * Test the method that computes wrapped width in residues, height of wrapped * widths in pixels, and the number of widths visible */ - @Test(groups = "Functional") + @Test(groups = "Functional", priority = 0) public void testCalculateWrappedGeometry_noAnnotations() { AlignFrame af = new FileLoader().LoadFileWaitTillLoaded( @@ -222,7 +222,7 @@ public class SeqCanvasTest * Test the method that computes wrapped width in residues, height of wrapped * widths in pixels, and the number of widths visible */ - @Test(groups = "Functional") + @Test(groups = "Functional", priority = 1) public void testCalculateWrappedGeometry_withAnnotations() { AlignFrame af = new FileLoader().LoadFileWaitTillLoaded( @@ -324,7 +324,7 @@ public class SeqCanvasTest * endSeq should be unchanged, but the vertical repeat height should include * all sequences. */ - @Test(groups = "Functional") + @Test(groups = "Functional", priority = 2) public void testCalculateWrappedGeometry_fromScrolled() { AlignFrame af = new FileLoader().LoadFileWaitTillLoaded( -- 1.7.10.2