X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=test%2Fjalview%2Fext%2Fjmol%2FPDBFileWithJmolTest.java;h=7bcf9023b046f95e1020ab81ccaa029717682c4d;hb=2273eba5668e5340354da60fed329c6c716cc439;hp=79e3eaec188a39dc2fc3386c90cd866b765d39d7;hpb=497958b4e5217efaa3ddeece38f38c3a6e98cb96;p=jalview.git diff --git a/test/jalview/ext/jmol/PDBFileWithJmolTest.java b/test/jalview/ext/jmol/PDBFileWithJmolTest.java index 79e3eae..7bcf902 100644 --- a/test/jalview/ext/jmol/PDBFileWithJmolTest.java +++ b/test/jalview/ext/jmol/PDBFileWithJmolTest.java @@ -64,7 +64,7 @@ public class PDBFileWithJmolTest { for (String pdbStr : testFile) { - PDBfile mctest = new PDBfile(false, false, pdbStr, + PDBfile mctest = new PDBfile(false, false, false, pdbStr, AppletFormatAdapter.FILE); PDBFileWithJmol jtest = new PDBFileWithJmol(pdbStr, jalview.io.AppletFormatAdapter.FILE);