mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-02-07 21:38:15 +00:00
fix failing test
This commit is contained in:
parent
88a279e58b
commit
660531bc69
@ -352,7 +352,7 @@ public class SimpleWorkerContext extends BaseWorkerContext implements IWorkerCon
|
||||
else if (name.equals("version.info"))
|
||||
readVersionInfo(stream);
|
||||
else
|
||||
binaries.put(name, new BytesProvider(TextFile.streamToBytes(stream)));
|
||||
binaries.put(name, new BytesProvider(TextFile.streamToBytesNoClose(stream)));
|
||||
}
|
||||
|
||||
public void connectToTSServer(ITerminologyClientFactory factory, ITerminologyClient client, boolean useEcosystem) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user