Request now parses the whole structures, need to fix the result
[jalview.git] / test / jalview / fts / threedbeacons / TDBeaconsFTSRestClientTest.java
index fe1f3bc..f65fa84 100644 (file)
@@ -263,7 +263,6 @@ public class TDBeaconsFTSRestClientTest
 //              .getPrimaryKeyColumIndex(wantedFields, false));
     } catch (Exception e)
     {
-      // TODO Auto-generated catch block
       e.printStackTrace();
     }
   }
@@ -307,6 +306,7 @@ public class TDBeaconsFTSRestClientTest
     }
     assertTrue(response.getSearchSummary() != null);
     assertTrue(response.getNumberOfItemsFound() > 99);
+    System.out.println(response.getSearchSummary());
     System.out.println(response.getSearchSummary().size());
   }
 }