JAL-1805 test envirionment separation
[jalview.git] / test / jalview / datamodel / DBRefEntryTest.java
index 7e1e9a6..f00cb38 100644 (file)
@@ -2,16 +2,18 @@ package jalview.datamodel;
 
 import static org.testng.AssertJUnit.assertFalse;
 import static org.testng.AssertJUnit.assertTrue;
-import org.testng.annotations.Test;
+
 import jalview.util.MapList;
 
+import org.testng.annotations.Test;
+
 public class DBRefEntryTest
 {
 
   /**
    * Tests for the method that compares equality of reference (but not mapping)
    */
-  @Test
+  @Test(groups ={ "Functional" })
   public void testEqualRef()
   {
     DBRefEntry ref1 = new DBRefEntry("UNIPROT", "1", "V71633");