JAL-1645 source formatting and organise imports
[jalview.git] / test / jalview / datamodel / xdb / embl / EmblFileTest.java
index 81aae0b..e58cf35 100644 (file)
@@ -15,8 +15,7 @@ import org.testng.annotations.Test;
 public class EmblFileTest
 {
   // adapted from http://www.ebi.ac.uk/Tools/dbfetch/dbfetch/embl/x53828/emblxml
-  private static final String TESTDATA = 
-          "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>"
+  private static final String TESTDATA = "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>"
           + "<EMBL_Services>"
           + "<entry accession=\"X53828\" version=\"3\" lastUpdated=\"2005-04-18\" releaseCreated=\"25\" releaseLastUpdated=\"83\">"
           + "<description>Chicken LDH-A mRNA for lactate dehydrogenase A chain (EC 1.1.1.27)</description>"
@@ -26,12 +25,12 @@ public class EmblFileTest
           + "<qualifier name=\"note\"><value>L-lactate dehydrogenase A-chain</value><value>pickle</value></qualifier>"
           + "<qualifier name=\"translation\"><value>MSLKDHLIHN</value><evidence>Keith</evidence></qualifier>"
           + "<location type=\"single\" complement=\"true\">"
-              + "<locationElement type=\"range\" accession=\"X53828\" version=\"1\" complement=\"false\">"
+          + "<locationElement type=\"range\" accession=\"X53828\" version=\"1\" complement=\"false\">"
           + "<basePosition type=\"simple\">60</basePosition><basePosition type=\"join\">1058</basePosition>"
-              + "</locationElement></location></feature>"
+          + "</locationElement></location></feature>"
           + "<sequence type=\"mRNA\" version=\"2\">GTGACG</sequence></entry></EMBL_Services>";
 
-  @Test(groups ={ "Functional" })
+  @Test(groups = { "Functional" })
   public void testGetEmblFile()
   {
     Vector<EmblEntry> entries = EmblFile.getEmblFile(