git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdeec19
)
JAL-1270 JAL-1919 ensure Temp Factor is OFF for test to pass
author
gmungoc
<g.m.carstairs@dundee.ac.uk>
Fri, 16 Sep 2016 08:45:52 +0000
(09:45 +0100)
committer
gmungoc
<g.m.carstairs@dundee.ac.uk>
Fri, 16 Sep 2016 08:45:52 +0000
(09:45 +0100)
test/jalview/ext/jmol/JmolParserTest.java
patch
|
blob
|
history
diff --git
a/test/jalview/ext/jmol/JmolParserTest.java
b/test/jalview/ext/jmol/JmolParserTest.java
index
6ed49cd
..
43b23a2
100644
(file)
--- a/
test/jalview/ext/jmol/JmolParserTest.java
+++ b/
test/jalview/ext/jmol/JmolParserTest.java
@@
-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");