JAL-1894 update year/version in copyright
[jalview.git] / test / jalview / ws / rest / ShmmrRSBSService.java
index c4430ad..f0f44d1 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
- * Copyright (C) $$Year-Rel$$ The Jalview Authors
+ * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9.0b1)
+ * Copyright (C) 2015 The Jalview Authors
  * 
  * This file is part of Jalview.
  * 
  */
 package jalview.ws.rest;
 
-import static org.junit.Assert.assertNotNull;
-import static org.junit.Assert.assertTrue;
+import static org.testng.AssertJUnit.assertNotNull;
+import static org.testng.AssertJUnit.assertTrue;
 
-import java.util.Map;
+import jalview.gui.AlignFrame;
 
-import org.junit.Test;
+import java.util.Map;
 
-import jalview.gui.AlignFrame;
-import jalview.util.StringUtils;
+import org.testng.annotations.Test;
 
 /**
  * @author jimp
@@ -37,7 +36,7 @@ import jalview.util.StringUtils;
 public class ShmmrRSBSService
 {
 
-  @Test
+  @Test(groups = { "Functional" })
   public void testShmmrService()
   {
 
@@ -47,7 +46,7 @@ public class ShmmrRSBSService
                     RestClient.makeShmmrRestClient().service));
   }
 
-  @Test
+  @Test(groups = { "Functional" })
   public void testShmmrServiceDataprep() throws Exception
   {
     RestClient _rc = RestClient.makeShmmrRestClient();