X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=test%2Fjalview%2Ffts%2Fservice%2Fpdb%2FPDBFTSRestClientTest.java;fp=test%2Fjalview%2Ffts%2Fservice%2Fpdb%2FPDBFTSRestClientTest.java;h=00e7b215bd112d0e2b04fa5364b70932e8ab2c4a;hb=16b58dcceb63ffaf4a264f2f3d8bf8a406e8cb96;hp=3839065b5b3989b1aafb51e89f308b8c527ffb08;hpb=7fa567506eea0a202c71e6939b961962f515dcec;p=jalview.git diff --git a/test/jalview/fts/service/pdb/PDBFTSRestClientTest.java b/test/jalview/fts/service/pdb/PDBFTSRestClientTest.java index 3839065..00e7b21 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);