JAL-1925 update source version in license
[jalview.git] / test / jalview / schemes / ScoreMatrixPrinter.java
index 5868210..f0265c9 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.0b2)
+ * Copyright (C) 2015 The Jalview Authors
  * 
  * This file is part of Jalview.
  * 
  */
 package jalview.schemes;
 
-import org.testng.annotations.Test;
 import jalview.api.analysis.ScoreModelI;
 
 import java.util.Map;
 
+import org.testng.annotations.Test;
+
 public class ScoreMatrixPrinter
 {
-  @Test
+  @Test(groups = { "Functional" })
   public void printAllMatrices()
   {
     for (Map.Entry<String, ScoreModelI> sm : ResidueProperties.scoreMatrices
@@ -38,7 +39,7 @@ public class ScoreMatrixPrinter
     }
   }
 
-  @Test
+  @Test(groups = { "Functional" })
   public void printHTMLMatrices()
   {
     for (Map.Entry<String, ScoreModelI> _sm : ResidueProperties.scoreMatrices