3253-omnibus save
[jalview.git] / test / jalview / io / FileLoaderTest.java
index 983207a..968901f 100644 (file)
@@ -11,7 +11,7 @@ public class FileLoaderTest
   {
     String urlFile = "http://www.jalview.org/builds/develop/examples/3W5V.pdb";
     FileLoader fileLoader = new FileLoader();
-    fileLoader.loadFileWaitTillLoaded(urlFile, DataSourceType.URL,
+    fileLoader.LoadFileWaitTillLoaded(urlFile, DataSourceType.URL,
             FileFormat.PDB);
     Assert.assertNotNull(fileLoader.file);
     // The FileLoader's file is expected to be same as the original URL.