JAL-674 employ new signature in Annotate3D service test
authorJim Procter <j.procter@dundee.ac.uk>
Fri, 10 Oct 2014 15:26:38 +0000 (16:26 +0100)
committerJim Procter <j.procter@dundee.ac.uk>
Fri, 10 Oct 2014 15:26:38 +0000 (16:26 +0100)
test/jalview/ext/paradise/TestAnnotate3D.java

index 6635f0d..d2322ef 100644 (file)
@@ -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