JAL-1805 test envirionment separation
[jalview.git] / test / jalview / ext / rbvi / chimera / ChimeraCommandsTest.java
index e8b6b19..a3e13e8 100644 (file)
@@ -13,7 +13,7 @@ import org.testng.annotations.Test;
 
 public class ChimeraCommandsTest
 {
-  @Test
+  @Test(groups ={ "Functional" })
   public void testAddColourRange()
   {
     Map<Color, Map<Integer, Map<String, List<int[]>>>> map = new LinkedHashMap<Color, Map<Integer, Map<String, List<int[]>>>>();
@@ -67,7 +67,7 @@ public class ChimeraCommandsTest
       { 5, 9 }, posList.get(0)));
   }
 
-  @Test
+  @Test(groups ={ "Functional" })
   public void testBuildColourCommands()
   {