From e84c71f1aae017708e17cdb978f57afc4a75e19e Mon Sep 17 00:00:00 2001 From: James Procter Date: Mon, 10 Jul 2023 12:15:30 +0100 Subject: [PATCH] JAL-4222 move structureImageOutput tests to testTask1 to isolate --- test/jalview/bin/CommandsTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/jalview/bin/CommandsTest.java b/test/jalview/bin/CommandsTest.java index 16c2125..a2f6500 100644 --- a/test/jalview/bin/CommandsTest.java +++ b/test/jalview/bin/CommandsTest.java @@ -121,7 +121,7 @@ public class CommandsTest } } - @Test(groups = {"Functional","testTask2"}, dataProvider = "structureImageOutputFiles") + @Test(groups = {"Functional","testTask1"}, dataProvider = "structureImageOutputFiles") public void structureImageOutputTest(String cmdLine, String[] filenames) throws IOException { -- 1.7.10.2