JAL-1805 modified test setup's so the are ran for groups which requires them
[jalview.git] / test / jalview / util / QuickSortTest.java
index fac463a..ea55779 100644 (file)
@@ -23,7 +23,7 @@ public class QuickSortTest
   private final Object[] sortedThings = new Object[]
   { c4, c2, c1, c3 };
 
-  @BeforeMethod
+ @BeforeMethod(alwaysRun = true)
   public void setUp()
   {
     things = new Object[]