ga4gh / compliance

Compliance test suite for the APIs defined in ga4gh-schemas. RETIRED 2018-01-24
https://ga4gh.org
Apache License 2.0
10 stars 23 forks source link

update checkSearchingAllReferencesReturnsWellFormed #178

Closed sarahhunt closed 8 years ago

sarahhunt commented 8 years ago

The current test searches for all reference sets then checks they match the test data. This fails for servers with more than just the compliance data. This PR replaces the comparision to compliance data with checks that the id is not null and the md5 looks like an md5.

Fixes #161

david4096 commented 8 years ago

+1

vadimzalunin commented 8 years ago

:+1: