X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=test%2Fjalview%2Fbin%2FCommandsTest.java;fp=test%2Fjalview%2Fbin%2FCommandsTest.java;h=28fef8fe6e5fb0c0bc437914dd96f432a356dcf3;hb=c373422471a5a5e4c38db580fbc4a7519dedc35b;hp=57c4d0d07632cff890e5feab05ec90479a33b788;hpb=08fece8cdf7aeee3893e1c63fc94c01ce517e3dd;p=jalview.git diff --git a/test/jalview/bin/CommandsTest.java b/test/jalview/bin/CommandsTest.java index 57c4d0d..28fef8f 100644 --- a/test/jalview/bin/CommandsTest.java +++ b/test/jalview/bin/CommandsTest.java @@ -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",