Merge branch 'develop' into spike/JAL-4047/JAL-4048_columns_in_sequenceID
[jalview.git] / test / jalview / io / BackupFilesTest.java
index a356621..7f04749 100644 (file)
@@ -104,7 +104,8 @@ public class BackupFilesTest
 
     // check no backup files
     File[] backupFiles = getBackupFiles();
-    Assert.assertTrue(backupFiles.length == 0);
+    Assert.assertEquals(backupFiles.length, 0, "Number of backup files is "
+            + backupFiles.length + ", not " + 0);
   }
 
   // save with no numbers in the backup file names