X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fbin%2FCache.java;h=da6b1eacac1dc872d63814f2500552482039173b;hb=d42b7588a34477b24ce97ba75788536e74e6cf86;hp=698cbb89554deeafcc0484fc5bc1c2d32e59425e;hpb=3de8bf931e7b9e2a71a8959a7dd1260d33dc9034;p=jalview.git diff --git a/src/jalview/bin/Cache.java b/src/jalview/bin/Cache.java index 698cbb8..da6b1ea 100755 --- a/src/jalview/bin/Cache.java +++ b/src/jalview/bin/Cache.java @@ -244,6 +244,9 @@ public class Cache */ public static final String JALVIEWLOGLEVEL = "logs.Jalview.level"; + // for tests + public static final String BOOTSTRAP_TEST = "BOOTSTRAP_TEST"; + /** * Sifts settings */ @@ -1622,7 +1625,7 @@ public class Cache } private static final Collection bootstrapProperties = new ArrayList<>( - Arrays.asList(JALVIEWLOGLEVEL)); + Arrays.asList(JALVIEWLOGLEVEL, BOOTSTRAP_TEST)); public static Properties bootstrapProperties(String filename) {