JAL-674 peptide structure input so test is not dependent on network
authorJim Procter <jprocter@dundee.ac.uk>
Mon, 3 Nov 2014 10:03:22 +0000 (10:03 +0000)
committerJim Procter <jprocter@dundee.ac.uk>
Mon, 3 Nov 2014 10:03:22 +0000 (10:03 +0000)
test/jalview/io/AnnotatedPDBFileInputTest.java

index 7bef5db..30b6d55 100644 (file)
@@ -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(