JAL-3561 JAL-3660 check resolved FileFormatI instances are equivalent to verify forma...
[jalview.git] / test / jalview / bin / CommandLineOperations.java
index eec2381..a5067be 100644 (file)
@@ -300,7 +300,8 @@ public class CommandLineOperations
     FileAssert.assertMinLength(file, expectedMinFileSize);
     if (fileFormatType!=null && fileFormatType.length()>0)
     {
-      String format = FileFormats.getInstance().forName(fileFormatType).getName();
+      FileFormatI format = FileFormats.getInstance()
+              .forName(fileFormatType);
       if (format!=null)
       {
         try