X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=test%2Fjalview%2Fio%2FJalviewExportPropertiesTests.java;fp=test%2Fjalview%2Fio%2FJalviewExportPropertiesTests.java;h=d72e6774201241acf53c84e4f3c76d96d05197e2;hb=d043ce47fc710d3eb2629ba926a8a7417bd67d8c;hp=161445337ce089b3923038ece7e2dc1a5ba4de22;hpb=49db0dff1da16c3355b43a41498c1fc93ef47e91;p=jalview.git diff --git a/test/jalview/io/JalviewExportPropertiesTests.java b/test/jalview/io/JalviewExportPropertiesTests.java index 1614453..d72e677 100644 --- a/test/jalview/io/JalviewExportPropertiesTests.java +++ b/test/jalview/io/JalviewExportPropertiesTests.java @@ -53,8 +53,9 @@ 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" }); } /** @@ -85,8 +86,8 @@ public class JalviewExportPropertiesTests sg.setStartRes(1); sg.setEndRes(7); af.getViewport().setSelectionGroup(sg); - String fseqs = new FormatAdapter(af.alignPanel).formatSequences( - FileFormat.Fasta, af.alignPanel, true); + String fseqs = new FormatAdapter(af.alignPanel) + .formatSequences(FileFormat.Fasta, af.alignPanel, true); assertTrue("Couldn't find '.' in the exported region\n" + fseqs, fseqs.indexOf(".") > -1); }