Merge branch 'develop' into features/JAL-2110_crossRefDuplications
[jalview.git] / test / jalview / ws / PDBSequenceFetcherTest.java
index 27d2643..0c810a3 100644 (file)
@@ -25,7 +25,7 @@ import static org.testng.AssertJUnit.assertTrue;
 import jalview.bin.Cache;
 import jalview.datamodel.AlignmentI;
 import jalview.datamodel.SequenceI;
-import jalview.structure.StructureViewSettings;
+import jalview.structure.StructureImportSettings;
 import jalview.ws.seqfetcher.DbSourceProxy;
 
 import java.util.List;
@@ -86,7 +86,7 @@ public class PDBSequenceFetcherTest
   {
     Cache.applicationProperties.setProperty("STRUCT_FROM_PDB",
             Boolean.TRUE.toString());
-    StructureViewSettings.setCurrentDefaultFormat("PDB");
+    StructureImportSettings.setCurrentDefaultFormat("PDB");
 
     testRetrieveProteinSeqFromPDB();
   }
@@ -96,7 +96,7 @@ public class PDBSequenceFetcherTest
   {
     Cache.applicationProperties.setProperty("STRUCT_FROM_PDB",
             Boolean.TRUE.toString());
-    StructureViewSettings.setCurrentDefaultFormat("mmCIF");
+    StructureImportSettings.setCurrentDefaultFormat("mmCIF");
     testRetrieveProteinSeqFromPDB();
   }