JAL-1645 Version-Rel Version 2.9 Year-Rel 2015 Licensing glob
[jalview.git] / test / jalview / ws / rest / ShmmrRSBSService.java
index d562644..9d18018 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)
+ * Copyright (C) 2015 The Jalview Authors
  * 
  * This file is part of Jalview.
  * 
@@ -23,12 +23,12 @@ package jalview.ws.rest;
 import static org.testng.AssertJUnit.assertNotNull;
 import static org.testng.AssertJUnit.assertTrue;
 
+import jalview.gui.AlignFrame;
+
 import java.util.Map;
 
 import org.testng.annotations.Test;
 
-import jalview.gui.AlignFrame;
-
 /**
  * @author jimp
  * 
@@ -36,7 +36,7 @@ import jalview.gui.AlignFrame;
 public class ShmmrRSBSService
 {
 
-  @Test
+  @Test(groups = { "Functional" })
   public void testShmmrService()
   {
 
@@ -46,7 +46,7 @@ public class ShmmrRSBSService
                     RestClient.makeShmmrRestClient().service));
   }
 
-  @Test
+  @Test(groups = { "Functional" })
   public void testShmmrServiceDataprep() throws Exception
   {
     RestClient _rc = RestClient.makeShmmrRestClient();