JAL-629 don't clear appProps in tests
[jalview.git] / test / jalview / bin / CommandsTest.java
index 2be8458..9458044 100644 (file)
@@ -28,7 +28,7 @@ public class CommandsTest
   @AfterClass(alwaysRun = true)
   public static void resetProps()
   {
-    Cache.applicationProperties.clear();
+    // Cache.applicationProperties.clear();
     Cache.loadProperties("test/jalview/testProps.jvprops");
   }