JAL-1620 version bump and release notes
[jalview.git] / test / jalview / ws / PDBSequenceFetcherTest.java
index 5a9e954..ea5f27f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.2)
+ * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.2b1)
  * Copyright (C) 2014 The Jalview Authors
  * 
  * This file is part of Jalview.
@@ -42,15 +42,6 @@ public class PDBSequenceFetcherTest
   }
 
   @Test
-  public void testPdbPerChainRetrieve() throws Exception
-  {
-    List<DbSourceProxy> sps = sf.getSourceProxy("PDB");
-    AlignmentI response = sps.get(0).getSequenceRecords("1QIPA");
-    assertTrue(response != null);
-    assertTrue(response.getHeight() == 1);
-  }
-
-  @Test
   public void testRnaSeqRetrieve() throws Exception
   {
     List<DbSourceProxy> sps = sf.getSourceProxy("PDB");