JAL-793 use default custom export settings for html exports
[jalview.git] / test / jalview / io / JSONFileTest.java
index b6a3e4a..0b9f30a 100644 (file)
@@ -195,6 +195,12 @@ public class JSONFileTest
       {
         return true;
       }
+
+      @Override
+      public boolean isCancelled()
+      {
+        return false;
+      }
     };
 
     AppletFormatAdapter formatAdapter = new AppletFormatAdapter();