JAL-3628 init log after loading testProps for each backupfile test
authorJim Procter <jprocter@issues.jalview.org>
Wed, 5 Aug 2020 16:41:36 +0000 (17:41 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Wed, 5 Aug 2020 16:41:36 +0000 (17:41 +0100)
test/jalview/io/BackupFilesTest.java

index 64cf902..1386bfe 100644 (file)
@@ -209,6 +209,7 @@ public class BackupFilesTest
           boolean noMax)
   {
     Cache.loadProperties("test/jalview/io/testProps.jvprops");
+    Cache.initLogger();
 
     BackupFilesPresetEntry bfpe = new BackupFilesPresetEntry(suffix, digits,
             reverse, noMax, rollMax, false);