From a91459d74964f834f5696c5f6a43b31e6bdbcd02 Mon Sep 17 00:00:00 2001 From: Ben Soares Date: Mon, 24 Apr 2023 15:44:35 +0100 Subject: [PATCH] JAL-629 Put commandsTest.jvprops in the right place --- test/jalview/bin/CommandsTest2.java | 4 ++-- test/jalview/bin/{commandsTest2.jvprops => commandsTest.jvprops} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename test/jalview/bin/{commandsTest2.jvprops => commandsTest.jvprops} (100%) 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 -- 1.7.10.2