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 40b3c6d commit 938805a
Showing 1 changed file with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -520,13 +520,12 @@ 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:
* <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>
* <p>It verifies:
* <ol>
* <li>the number of patients in the result page;
* <li>the returned managing organizations and observations are related to the patients of the same page;
* <li>all related managing organizations are in the same page.
* </ol>
* @throws Exception
*/
@Test
Expand Down

0 comments on commit 938805a

Please sign in to comment.