From dd9db815930b8918c6177b1a4c61706250cd595f Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Mon, 3 Nov 2014 10:03:22 +0000 Subject: [PATCH] JAL-674 peptide structure input so test is not dependent on network --- test/jalview/io/AnnotatedPDBFileInputTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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( -- 1.7.10.2