Test tweaks only

This commit is contained in:
James Agnew 2016-05-02 09:00:41 -04:00
parent 2d81612cd8
commit dc2727ee45
1 changed files with 2 additions and 0 deletions

View File

@ -131,7 +131,9 @@ public class GenericClientDstu3Test {
assertEquals(CustomTypeDstu3Test.MyCustomPatient.class, resp.getEntry().get(0).getResource().getClass());
assertEquals("http://example.com/fhir/Patient", capt.getAllValues().get(0).getURI().toASCIIString());
}
@Test
public void testExplicitCustomTypeHistoryType() throws Exception {
final String respString = CustomTypeDstu3Test.createBundle(CustomTypeDstu3Test.createResource(false));