mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-17 10:25:33 +00:00
Test tweak
This commit is contained in:
parent
33531f9010
commit
f8444b90c8
@ -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));
|
||||
|
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user