From: Jim Procter Date: Mon, 3 Nov 2014 10:03:22 +0000 (+0000) Subject: JAL-674 peptide structure input so test is not dependent on network X-Git-Tag: Jalview_2_9~155^2~15^2~5 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=dd9db815930b8918c6177b1a4c61706250cd595f;p=jalview.git JAL-674 peptide structure input so test is not dependent on network --- diff --git a/test/jalview/io/AnnotatedPDBFileInputTest.java b/test/jalview/io/AnnotatedPDBFileInputTest.java index 7bef5db..30b6d55 100644 --- 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(