X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=test%2Fjalview%2Fio%2FRNAMLfileTest.java;h=f5b02583f38ce56febdc0dceaf25a0b4571b0a86;hb=23b069c557f7faa1b4ef51b13b00fe99bb2de816;hp=282914bce7061e09fbc446750107fa159c1707e7;hpb=2eb1595480345a9418cb933bd661f301ee5ba5c3;p=jalview.git diff --git a/test/jalview/io/RNAMLfileTest.java b/test/jalview/io/RNAMLfileTest.java index 282914b..f5b0258 100644 --- a/test/jalview/io/RNAMLfileTest.java +++ b/test/jalview/io/RNAMLfileTest.java @@ -1,7 +1,25 @@ +/* + * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.2) + * Copyright (C) 2014 The Jalview Authors + * + * This file is part of Jalview. + * + * Jalview is free software: you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation, either version 3 + * of the License, or (at your option) any later version. + * + * Jalview is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty + * of MERCHANTABILITY or FITNESS FOR A PARTICULAR + * PURPOSE. See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Jalview. If not, see . + * The Jalview Authors are detailed in the 'AUTHORS' file. + */ package jalview.io; -import static org.junit.Assert.*; - import java.io.File; import org.junit.AfterClass; @@ -24,8 +42,9 @@ public class RNAMLfileTest @Test public void testRnamlToStockholmIO() { - StockholmFileTest.testFileIOwithFormat(new File("examples/rna-alignment.xml"),"STH"); - + StockholmFileTest.testFileIOwithFormat(new File( + "examples/rna-alignment.xml"), "STH", -1, -1); + } }