X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=test%2Fjalview%2Ffts%2Fservice%2Fpdb%2FPDBFTSRestClientTest.java;h=355eae51635fed93e5313c24d6f859fd10f66cb6;hb=5a352aa2f3330ae269d9b70c4a7374c2518bfb2e;hp=b91466bc63c75ecb0448e8d28394cb20d1865825;hpb=066e3a364c358a39a66cf292cb98c9b26b289795;p=jalview.git diff --git a/test/jalview/fts/service/pdb/PDBFTSRestClientTest.java b/test/jalview/fts/service/pdb/PDBFTSRestClientTest.java index b91466b..355eae5 100644 --- a/test/jalview/fts/service/pdb/PDBFTSRestClientTest.java +++ b/test/jalview/fts/service/pdb/PDBFTSRestClientTest.java @@ -736,10 +736,10 @@ public class PDBFTSRestClientTest new String[] { readJsonStringFromFile( "test/jalview/fts/threedbeacons/p01308_pdbfts_query.txt") - .trim(), + .trim(), readJsonStringFromFile( "test/jalview/fts/threedbeacons/p01308_pdbfts_resp.txt") - .trim() }); + .trim() }); for (int i = 1; i < 5; i++) { mocks.add( @@ -747,12 +747,10 @@ public class PDBFTSRestClientTest new String[] { readJsonStringFromFile( "test/jalview/fts/threedbeacons/p0dtd1_pdbfts_fts_query_pt" - + i + ".txt") - .trim(), + + i + ".txt").trim(), readJsonStringFromFile( "test/jalview/fts/threedbeacons/p0dtd1_pdbfts_fts_query_pt" - + i + "_resp.txt") - .trim() }); + + i + "_resp.txt").trim() }); } } catch (Throwable e) {