JAL-4217 move Commands.structureImageTest to testTask1
authorJames Procter <j.procter@dundee.ac.uk>
Mon, 17 Jul 2023 06:31:00 +0000 (07:31 +0100)
committerJames Procter <j.procter@dundee.ac.uk>
Mon, 17 Jul 2023 06:31:00 +0000 (07:31 +0100)
test/jalview/bin/CommandsTest.java

index 81f0e1f..73a0241 100644 (file)
@@ -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
   {