JAL-4222 move structureImageOutput tests to testTask1 to isolate patch/JAL-4222_quit_with_gui_export_cli_args
authorJames Procter <j.procter@dundee.ac.uk>
Mon, 10 Jul 2023 11:15:30 +0000 (12:15 +0100)
committerJames Procter <j.procter@dundee.ac.uk>
Mon, 10 Jul 2023 11:15:30 +0000 (12:15 +0100)
test/jalview/bin/CommandsTest.java

index 16c2125..a2f6500 100644 (file)
@@ -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
   {