JAL-629 Changed --newframe and --allframes to --new and --all. More consistent -...
[jalview.git] / test / jalview / bin / CommandsTest.java
index 57c4d0d..28fef8f 100644 (file)
@@ -142,6 +142,7 @@ public class CommandsTest
   public Object[][] argfileOutputFiles()
   {
     return new Object[][] {
+        //
         { "--argfile=" + testfiles + "/**/*.txt", new String[]
         { testfiles + "/dir1/test1.png", testfiles + "/dir2/test1.png",
             testfiles + "/dir3/subdir/test0.png" } },
@@ -156,7 +157,10 @@ public class CommandsTest
         { "--append examples/uniref50.fa --image " + testfiles
                 + "/{basename}.png",
             new String[]
-            { testfiles + "/{basename}.png" } } };
+            { testfiles + "/{basename}.png" } }
+        //
+    };
+
   }
 
   @DataProvider(name = "cmdLines")
@@ -241,13 +245,13 @@ public class CommandsTest
     return new Object[][] {
         //
         /*
-        { "--open=test/jalview/bin/argparser/testfiles/*.fa --substitutions --allframes --output={dirname}/{basename}.stk --close",
+        { "--open=test/jalview/bin/argparser/testfiles/*.fa --substitutions --all --output={dirname}/{basename}.stk --close",
             Arg.OUTPUT, new String[]
             { "test/jalview/bin/argparser/testfiles/test1.stk",
                 "test/jalview/bin/argparser/testfiles/test2.stk",
                 "test/jalview/bin/argparser/testfiles/test3.stk", } },
         */
-        { "--open=test/jalview/bin/argparser/testfiles/*.fa --substitutions --allframes --image={dirname}/{basename}.png --close",
+        { "--open=test/jalview/bin/argparser/testfiles/*.fa --substitutions --all --image={dirname}/{basename}.png --close",
             Arg.IMAGE, new String[]
             { "test/jalview/bin/argparser/testfiles/test1.png",
                 "test/jalview/bin/argparser/testfiles/test2.png",