Skip to content

Commit

Permalink
issue #346 formating comments
Browse files Browse the repository at this point in the history
Signed-off-by: Albert Wang <xuwang@us.ibm.com>
  • Loading branch information
albertwang-ibm committed Nov 7, 2019
1 parent 2d3197f commit 40b3c6d
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -520,10 +520,13 @@ private void checkIncludeAndRevIncludeResources(List<Resource> resources, int nu
/**
* This test queries page of Patient with inclusion of the referenced managing organizations.
* and also requests the reverse inclusion of Observations.
* <p>
* It verifies:
* (1) the number of patients in the result page;
* (2) the returned managing organizations and observations are related to the patients of the same page;
* (3) all related managing organizations are in the same page.
* <ul>
* <li>(1) the number of patients in the result page;
* <li>(2) the returned managing organizations and observations are related to the patients of the same page;
* <li>(3) all related managing organizations are in the same page.
* </ul>
* @throws Exception
*/
@Test
Expand Down

0 comments on commit 40b3c6d

Please sign in to comment.