JAL-1270 JAL-1919 ensure Temp Factor is OFF for test to pass
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Fri, 16 Sep 2016 08:45:52 +0000 (09:45 +0100)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Fri, 16 Sep 2016 08:45:52 +0000 (09:45 +0100)
test/jalview/ext/jmol/JmolParserTest.java

index 6ed49cd..43b23a2 100644 (file)
@@ -85,8 +85,11 @@ public class JmolParserTest
   @BeforeMethod(alwaysRun = true)
   public void setUp()
   {
+    Cache.loadProperties("test/jalview/io/testProps.jvprops");
     Cache.applicationProperties.setProperty("STRUCT_FROM_PDB",
             Boolean.TRUE.toString());
+    Cache.applicationProperties.setProperty("ADD_TEMPFACT_ANN",
+            Boolean.FALSE.toString());
     Cache.applicationProperties.setProperty("ADD_SS_ANN",
             Boolean.TRUE.toString());
     StructureImportSettings.setDefaultStructureFileFormat("PDB");