JAL-793 use default custom export settings for html exports
[jalview.git] / test / jalview / io / JSONFileTest.java
index 108dd31..0b9f30a 100644 (file)
@@ -62,7 +62,7 @@ public class JSONFileTest
 
   private JSONFile jf;
 
-  @BeforeTest
+  @BeforeTest(alwaysRun = true)
   public void setup() throws Exception
   {
     // create and add sequences
@@ -195,6 +195,12 @@ public class JSONFileTest
       {
         return true;
       }
+
+      @Override
+      public boolean isCancelled()
+      {
+        return false;
+      }
     };
 
     AppletFormatAdapter formatAdapter = new AppletFormatAdapter();
@@ -228,7 +234,7 @@ public class JSONFileTest
 
   }
 
-  @BeforeMethod
+ @BeforeMethod(alwaysRun = true)
   public void methodSetup()
   {
     passedCount = 0;