JAL-674 employ new signature in Annotate3D service test
[jalview.git] / 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