Test tweak

This commit is contained in:
James Agnew 2019-07-14 18:09:56 -04:00
parent 33531f9010
commit f8444b90c8
2 changed files with 6 additions and 1 deletions

View File

@ -1354,7 +1354,7 @@ public class FhirResourceDaoR4SearchNoFtTest extends BaseJpaR4Test {
for (int i = 1; i <= 9; i++) {
Patient p1 = new Patient();
p1.getBirthDateElement().setValueAsString("1980-01-0" + i);
String id1 = myPatientDao.create(p1).getId().toUnqualifiedVersionless().getValue();
myPatientDao.create(p1).getId().toUnqualifiedVersionless().getValue();
}
myDaoConfig.setSearchPreFetchThresholds(Lists.newArrayList(3, 6, 10));

View File

@ -284,6 +284,11 @@
profiles via the $snapshot operation, and will automatically generate a snapshot when
needed for validation.
</action>
<action type="change">
The Base64Binary types for DSTU3+ now use a byte array internally to represent their
content, which is more efficient than storing base 64 encoded text to represent
the binary as was previously done.
</action>
</release>
<release version="3.8.0" date="2019-05-30" description="Hippo">
<action type="fix">