Merge branch 'bug/JAL-1923_290b2_group_annots' into Release_2_9_0b1_Branch
[jalview.git] / test / jalview / io / JalviewExportPropertiesTests.java
index faf4ef9..4ea85f4 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.0b1)
+ * Copyright (C) 2015 The Jalview Authors
  * 
  * This file is part of Jalview.
  * 
@@ -45,8 +45,8 @@ 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" });
   }
 
   /**
@@ -58,7 +58,8 @@ public class JalviewExportPropertiesTests
     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);