Skip to content
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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

cyenyxe
Copy link
Contributor

@cyenyxe cyenyxe commented May 1, 2018

Added optional date parameter to endpoint.

@@ -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);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove or use logger

Copy link
Contributor

@pabarcgar pabarcgar left a 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());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jmmut jmmut changed the base branch from develop to master October 19, 2018 14:23
Copy link
Member

@sundarvenkata-EBI sundarvenkata-EBI left a 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants