From: Jim Procter Date: Fri, 10 Oct 2014 15:26:38 +0000 (+0100) Subject: JAL-674 employ new signature in Annotate3D service test X-Git-Tag: Jalview_2_9~169^2~31 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=180a8b6e1cc6bfc6e2ad4ed05939edeb6f7cbdeb;p=jalview.git JAL-674 employ new signature in Annotate3D service test --- diff --git a/test/jalview/ext/paradise/TestAnnotate3D.java b/test/jalview/ext/paradise/TestAnnotate3D.java index 6635f0d..d2322ef 100644 --- a/test/jalview/ext/paradise/TestAnnotate3D.java +++ b/test/jalview/ext/paradise/TestAnnotate3D.java @@ -96,7 +96,7 @@ public class TestAnnotate3D @Test public void testPDBfileVsRNAML() throws Exception { - PDBfile pdbf = new PDBfile("examples/2GIS.pdb", FormatAdapter.FILE); + PDBfile pdbf = new PDBfile(true,true,"examples/2GIS.pdb", FormatAdapter.FILE); Assert.assertTrue(pdbf.isValid()); // Comment - should add new FileParse constructor like new FileParse(Reader // ..). for direct reading