From bf2b9bfde805dbd7ea0dc38e70532204b68071ed Mon Sep 17 00:00:00 2001 From: James Procter Date: Mon, 17 Jul 2023 07:31:00 +0100 Subject: [PATCH] JAL-4217 move Commands.structureImageTest to testTask1 --- 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 81f0e1f..73a0241 100644 --- a/test/jalview/bin/CommandsTest.java +++ b/test/jalview/bin/CommandsTest.java @@ -121,7 +121,7 @@ public class CommandsTest } } - @Test(groups = "Functional", dataProvider = "structureImageOutputFiles") + @Test(groups = {"Functional","testTask1"}, dataProvider = "structureImageOutputFiles") public void structureImageOutputTest(String cmdLine, String[] filenames) throws IOException { -- 1.7.10.2