JAL-3703 Test that fails in Windows only, and only when the file handle isn't relinqu...
[jalview.git] / test / jalview / io / BackupFilesTest.java
index e735ef6..8542f8f 100644 (file)
@@ -312,7 +312,8 @@ public class BackupFilesTest
     cleanupTmpFiles(newFile, suffix, digits);
   }
 
-  private void cleanupTmpFiles(String file, String mysuffix, int mydigits)
+  protected static void cleanupTmpFiles(String file, String mysuffix,
+          int mydigits)
   {
     File newfile = new File(file);
     if (newfile.exists())