From: Ben Soares Date: Mon, 24 Apr 2023 14:44:35 +0000 (+0100) Subject: JAL-629 Put commandsTest.jvprops in the right place X-Git-Tag: Release_2_11_4_0~377 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=a91459d74964f834f5696c5f6a43b31e6bdbcd02;p=jalview.git JAL-629 Put commandsTest.jvprops in the right place --- diff --git a/test/jalview/bin/CommandsTest2.java b/test/jalview/bin/CommandsTest2.java index f6b325e..535eb78 100644 --- a/test/jalview/bin/CommandsTest2.java +++ b/test/jalview/bin/CommandsTest2.java @@ -181,9 +181,9 @@ public class CommandsTest2 + "--noannotations " + "--nossannotations " + "--props=test/jalview/bin/commandsTest2.jvprops1 ", 15, 0, 1 }, - { "--props=test/jalview/bin/commandsTest2.jvprops --argfile=test/jalview/bin/commandsTest2.argfile1 ", + { "--props=test/jalview/bin/commandsTest.jvprops --argfile=test/jalview/bin/commandsTest2.argfile1 ", 16, 19, 3 }, - { "--props=test/jalview/bin/commandsTest2.jvprops --argfile=test/jalview/bin/commandsTest2.argfile2 ", + { "--props=test/jalview/bin/commandsTest.jvprops --argfile=test/jalview/bin/commandsTest2.argfile2 ", 16, 0, 2 }, // }; diff --git a/test/jalview/bin/commandsTest2.jvprops b/test/jalview/bin/commandsTest.jvprops similarity index 100% rename from test/jalview/bin/commandsTest2.jvprops rename to test/jalview/bin/commandsTest.jvprops