From: Ben Soares Date: Wed, 12 Apr 2023 13:23:11 +0000 (+0100) Subject: JAL-629 Put old -props back as will now use old parser X-Git-Tag: Release_2_11_4_0~397 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=be6f655652936ae635f212f4f2daac505d63a0bb;p=jalview.git JAL-629 Put old -props back as will now use old parser --- diff --git a/test/jalview/bin/CommandLineOperations.java b/test/jalview/bin/CommandLineOperations.java index 7509ec9..c6d3332 100644 --- a/test/jalview/bin/CommandLineOperations.java +++ b/test/jalview/bin/CommandLineOperations.java @@ -223,7 +223,7 @@ public class CommandLineOperations public void setUpForHeadlessCommandLineInputOperations() throws IOException { - String cmds = "nodisplay -open examples/uniref50.fa -sortbytree --props=test/jalview/bin/testProps.jvprops -colour zappo " + String cmds = "nodisplay -open examples/uniref50.fa -sortbytree -props test/jalview/bin/testProps.jvprops -colour zappo " + "-jabaws http://www.compbio.dundee.ac.uk/jabaws -nosortbytree " + "-features examples/testdata/plantfdx.features -annotations examples/testdata/plantfdx.annotations -tree examples/testdata/uniref50_test_tree"; Worker worker = getJalviewDesktopRunner(true, cmds, SETUP_TIMEOUT); @@ -341,9 +341,9 @@ public class CommandLineOperations return new Object[][] { // headless mode input operations { "CMD [-colour zappo] executed successfully!", - "Failed command : -color zappo" }, + "Failed command : -colour zappo" }, { "CMD [-props test/jalview/bin/testProps.jvprops] executed successfully!", - "Failed command : --props=File" }, + "Failed command : -props File" }, { "CMD [-sortbytree] executed successfully!", "Failed command : -sortbytree" }, { "CMD [-jabaws http://www.compbio.dundee.ac.uk/jabaws] executed successfully!",