X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=test%2Fjalview%2Fbin%2FCommandLineOperations.java;h=a5067bee5269d4ea18382b21523a7767199d417d;hb=92e4515db411fbbad37b5041745412ea09535b7f;hp=eec2381e4aebba2da2933d583c32f7f31d389b2b;hpb=fa906a98b4d665e4bf2ab0ae3605c4682730bd83;p=jalview.git diff --git a/test/jalview/bin/CommandLineOperations.java b/test/jalview/bin/CommandLineOperations.java index eec2381..a5067be 100644 --- a/test/jalview/bin/CommandLineOperations.java +++ b/test/jalview/bin/CommandLineOperations.java @@ -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