X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=test%2Fjalview%2Ffts%2Fservice%2Fpdb%2FPDBFTSRestClientTest.java;h=6edd86e23001b102e94aa3b14ecbd3e31c356ae0;hb=eb3e681d6e82ccdd5d312d1981dfb306e7f479f0;hp=3839065b5b3989b1aafb51e89f308b8c527ffb08;hpb=c10fb1cf26cf04916561a8f729fc9ccdb81c3f0a;p=jalview.git diff --git a/test/jalview/fts/service/pdb/PDBFTSRestClientTest.java b/test/jalview/fts/service/pdb/PDBFTSRestClientTest.java index 3839065..6edd86e 100644 --- a/test/jalview/fts/service/pdb/PDBFTSRestClientTest.java +++ b/test/jalview/fts/service/pdb/PDBFTSRestClientTest.java @@ -824,6 +824,11 @@ public class PDBFTSRestClientTest + " \"resolution\":2.2,\n" + " \"title\":\"Crystal structure of the complex between maize sulfite reductase and ferredoxin in the form-2 crystal\"}]\n" + " }}" }); + mocks.add( + new String[] + { "https://www.ebi.ac.uk/pdbe/search/pdb/select?wt=json&fl=pdb_id,title,experimental_method,resolution&rows=500&start=0&q=(4gs9+OR+6bvb+OR+8ck8+OR+8ck3+OR+6x3d+OR+8ck4+OR+6x28+OR+6i7r+OR+3h82+OR+6i7q+OR+6x21+OR+4xt2+OR+5kiz+OR+7q5v+OR+6x2h+OR+7q5x+OR+3f1n+OR+3f1o+OR+2a24+OR+3f1p+OR+1p97+OR+4ghi+OR+3h7w+OR+6d09+OR+6czw+OR+7ujv+OR+5tbm+OR+5ufp+OR+4pky+OR+6d0b+OR+6d0c+OR+6x37)+AND+molecule_sequence:%5B''+TO+*%5D+AND+status:REL&sort=", + readJsonStringFromFile( + "test/jalview/fts/threedbeacons/q99814_tdb_pdbfts_query_resp.txt") }); } catch (Throwable e) { Assert.fail("Couldn't read mock data.", e);