JAL-3829 updated tests for 3db fetcher’s working FTS metadata
[jalview.git] / test / jalview / fts / threedbeacons / TDBeaconsPanelTest.java
index 1397944..dec33e3 100644 (file)
@@ -57,12 +57,12 @@ public class TDBeaconsPanelTest
     String outcome = TDBeaconsFTSPanel.decodeSearchTerm("P01308");
     System.out.println(outcome);
   }
-  
-  @Test
-  public void queryTest() {
-    int outcome = TDBeaconsFTSPanel.executeParse("P01308");
-    //System.out.println("query outcome :" + outcome);
-    int expected_length = 110;
-    assertEquals(outcome, expected_length);
-  }
+//  
+//  @Test
+//  public void queryTest() {
+//    int outcome = TDBeaconsFTSPanel.executeParse("P01308");
+//    //System.out.println("query outcome :" + outcome);
+//    int expected_length = 110;
+//    assertEquals(outcome, expected_length);
+//  }
 }