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:
26f8448
)
JAL-674 peptide structure input so test is not dependent on network
author
Jim Procter
<jprocter@dundee.ac.uk>
Mon, 3 Nov 2014 10:03:22 +0000
(10:03 +0000)
committer
Jim Procter
<jprocter@dundee.ac.uk>
Mon, 3 Nov 2014 10:03:22 +0000
(10:03 +0000)
test/jalview/io/AnnotatedPDBFileInputTest.java
patch
|
blob
|
history
diff --git
a/test/jalview/io/AnnotatedPDBFileInputTest.java
b/test/jalview/io/AnnotatedPDBFileInputTest.java
index
7bef5db
..
30b6d55
100644
(file)
--- a/
test/jalview/io/AnnotatedPDBFileInputTest.java
+++ b/
test/jalview/io/AnnotatedPDBFileInputTest.java
@@
-23,7
+23,7
@@
public class AnnotatedPDBFileInputTest
AlignmentI al;
- String pdbStr = "examples/2GIS.pdb";
+ String pdbStr = "examples/1gaq.txt";
String pdbId;
@@
-126,7
+126,7
@@
public class AnnotatedPDBFileInputTest
public void testJalviewProjectRelocationAnnotation() throws Exception
{
- String inFile = "examples/2GIS.pdb";
+ String inFile = "examples/1gaq.txt";
String tfile = File.createTempFile("JalviewTest", ".jvp")
.getAbsolutePath();
AlignFrame af = new jalview.io.FileLoader().LoadFileWaitTillLoaded(