-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EVA-1190 Report studies browsable since given date #89
base: master
Are you sure you want to change the base?
Conversation
@@ -281,7 +285,8 @@ public void testGetBrowsableStudiesBySpecies() throws URISyntaxException { | |||
assertEquals(1, queryResponse.getResponse().size()); | |||
|
|||
List<VariantStudySummary> results = queryResponse.getResponse().get(0).getResult(); | |||
assertTrue(results.size() >= 1); | |||
System.out.println(results); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove or use logger
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved changes, but subjected to possible change of naming
assertEquals(1, queryResponse.getResponse().size()); | ||
|
||
List<VariantStudySummary> results = queryResponse.getResponse().get(0).getResult(); | ||
assertEquals(0, results.size()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this test failed in travis https://travis-ci.org/EBIvariation/eva-ws/builds/373408145#L4349
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rebasing needed. Merge must be done after EVA-1984 is complete.
Added optional date parameter to endpoint.