X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=test%2Fjalview%2Fio%2FJalviewExportPropertiesTests.java;h=164c259bb130cbb8253a387fa3479c730769009b;hb=2f497e35821e09179115565d29a26f41186385c7;hp=faf4ef9764ac9d4ce0692b4a651b5ba038eca558;hpb=fa3e116cc4e6c0603454b10c3ce2425c59293256;p=jalview.git diff --git a/test/jalview/io/JalviewExportPropertiesTests.java b/test/jalview/io/JalviewExportPropertiesTests.java index faf4ef9..164c259 100644 --- a/test/jalview/io/JalviewExportPropertiesTests.java +++ b/test/jalview/io/JalviewExportPropertiesTests.java @@ -45,20 +45,21 @@ public class JalviewExportPropertiesTests @BeforeClass(alwaysRun = true) public static void setUpBeforeClass() throws Exception { - jalview.bin.Jalview.main(new String[] - { "-props", "test/jalview/io/testProps.jvprops" }); + jalview.bin.Jalview.main(new String[] { "-props", + "test/jalview/io/testProps.jvprops" }); } /** * @throws java.lang.Exception */ - @AfterClass + @AfterClass(alwaysRun = true) public static void tearDownAfterClass() throws Exception { jalview.gui.Desktop.instance.closeAll_actionPerformed(null); } - @Test(groups ={ "Functional" }) + + @Test(groups = { "Functional" }) public void testImportExportPeriodGaps() throws Exception { jalview.bin.Cache.setProperty("GAP_SYMBOL", "."); @@ -71,8 +72,8 @@ public class JalviewExportPropertiesTests .getAlignment().getSequenceAt(0).getCharAt(5) == '.'); SequenceGroup sg = new SequenceGroup(); - sg.addSequence(af.getViewport().getAlignment().getSequenceAt(0),false); - sg.addSequence(af.getViewport().getAlignment().getSequenceAt(1),false); + sg.addSequence(af.getViewport().getAlignment().getSequenceAt(0), false); + sg.addSequence(af.getViewport().getAlignment().getSequenceAt(1), false); sg.setStartRes(1); sg.setEndRes(7); af.getViewport().setSelectionGroup(sg);