X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=test%2Fjalview%2Fschemes%2FScoreMatrixPrinter.java;h=80241fb75e5621d2b8a9b8ac313ed40bb655632d;hb=7e82c1426d70a5072fa6fc0eb869e22a11775cd7;hp=a743163be3885243a90c27c11ba50c55d2d56ce9;hpb=5f4e1e4c330b045e9c8bce28ee132a0fca3834d8;p=jalview.git diff --git a/test/jalview/schemes/ScoreMatrixPrinter.java b/test/jalview/schemes/ScoreMatrixPrinter.java index a743163..80241fb 100644 --- a/test/jalview/schemes/ScoreMatrixPrinter.java +++ b/test/jalview/schemes/ScoreMatrixPrinter.java @@ -26,7 +26,6 @@ import jalview.gui.JvOptionPane; import java.util.Map; import org.testng.annotations.BeforeClass; -import org.testng.annotations.Test; public class ScoreMatrixPrinter { @@ -38,7 +37,6 @@ public class ScoreMatrixPrinter JvOptionPane.setMockResponse(JvOptionPane.CANCEL_OPTION); } - @Test(groups = { "Functional" }) public void printAllMatrices() { for (Map.Entry sm : ResidueProperties.scoreMatrices @@ -49,7 +47,6 @@ public class ScoreMatrixPrinter } } - @Test(groups = { "Functional" }) public void printHTMLMatrices() { for (Map.Entry _sm : ResidueProperties.scoreMatrices