JAL-3141 fixed test
[jalview.git] / test / jalview / io / BackupFilesTest.java
index 86322b8..723279d 100644 (file)
@@ -361,7 +361,7 @@ public class BackupFilesTest
         return false;
       }
       // check the filename -- although this uses the same code to forumulate the filename so not much of a test!
-      String filename = BackupFilenameFilter.getBackupFilename(i,
+      String filename = BackupFilenameParts.getBackupFilename(i,
               newBasename + testExt, suffix, digits);
       if (!filename.equals(f.getName()))
       {