JAL-629 Moved additional CommandLineOperationsNG tests to testTask1
authorBen Soares <b.soares@dundee.ac.uk>
Thu, 4 May 2023 16:30:23 +0000 (17:30 +0100)
committerBen Soares <b.soares@dundee.ac.uk>
Thu, 4 May 2023 16:30:23 +0000 (17:30 +0100)
test/jalview/bin/CommandLineOperationsNG.java

index 4d05c4e..12072f7 100644 (file)
@@ -217,7 +217,7 @@ public class CommandLineOperationsNG
     return worker;
   }
 
-  @Test(groups = { "Functional" })
+  @Test(groups = { "Functional", "testTask1" })
   public void reportCurrentWorkingDirectory()
   {
     try
@@ -322,7 +322,10 @@ public class CommandLineOperationsNG
     }
   }
 
-  @Test(groups = { "Functional" }, dataProvider = "allInputOperationsData")
+  @Test(
+    groups =
+    { "Functional", "testTask1" },
+    dataProvider = "allInputOperationsData")
   public void testAllInputOperations(String expectedString,
           String failureMsg)
   {
@@ -333,7 +336,7 @@ public class CommandLineOperationsNG
 
   @Test(
     groups =
-    { "Functional" },
+    { "Functional", "testTask1" },
     dataProvider = "headlessModeOutputOperationsData")
   public void testHeadlessModeOutputOperations(String harg, String type,
           String fileName, boolean withAWT, int expectedMinFileSize,