mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-02-26 15:36:19 +00:00
fix failing tests
This commit is contained in:
parent
aa2481fcfb
commit
0cf8cbcba5
@ -758,7 +758,7 @@ public class SimpleWorkerContext extends BaseWorkerContext implements IWorkerCon
|
||||
|
||||
@Override
|
||||
public String getSpecUrl() {
|
||||
return VersionUtilities.getSpecUrl(getVersion());
|
||||
return VersionUtilities.getSpecUrl(getVersion())+"/";
|
||||
}
|
||||
|
||||
|
||||
|
@ -287,6 +287,7 @@ public class Narrative extends BaseNarrative implements INarrative {
|
||||
protected void listChildren(List<Property> children) {
|
||||
super.listChildren(children);
|
||||
children.add(new Property("status", "code", "The status of the narrative - whether it's entirely generated (from just the defined data or the extensions too), or whether a human authored it and it may contain additional data.", 0, 1, status));
|
||||
children.add(new Property("div", "xhtml", "he actual narrative content, a stripped down version of XHTML", 0, 1, new XhtmlType(this)));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user