JAL-1759 merge from develop
[jalview.git] / test / jalview / datamodel / xdb / embl / EmblFileTest.java
index e89245c..81aae0b 100644 (file)
@@ -1,16 +1,16 @@
 package jalview.datamodel.xdb.embl;
 
-import static org.junit.Assert.assertEquals;
-import static org.junit.Assert.assertFalse;
-import static org.junit.Assert.assertNull;
-import static org.junit.Assert.assertTrue;
+import static org.testng.AssertJUnit.assertEquals;
+import static org.testng.AssertJUnit.assertFalse;
+import static org.testng.AssertJUnit.assertNull;
+import static org.testng.AssertJUnit.assertTrue;
+
+import jalview.datamodel.DBRefEntry;
 
 import java.io.StringReader;
 import java.util.Vector;
 
-import org.junit.Test;
-
-import jalview.datamodel.DBRefEntry;
+import org.testng.annotations.Test;
 
 public class EmblFileTest
 {
@@ -31,7 +31,7 @@ public class EmblFileTest
               + "</locationElement></location></feature>"
           + "<sequence type=\"mRNA\" version=\"2\">GTGACG</sequence></entry></EMBL_Services>";
 
-  @Test
+  @Test(groups ={ "Functional" })
   public void testGetEmblFile()
   {
     Vector<EmblEntry> entries = EmblFile.getEmblFile(