mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-03-09 14:33:32 +00:00
One more fix to test infratructure
This commit is contained in:
parent
0cddb54476
commit
8edaebba9f
@ -44,6 +44,6 @@ public class BaseTest {
|
||||
|
||||
protected <T extends IBaseResource> T loadResource(FhirContext theCtx, Class<T> theType, String theClasspath) throws IOException {
|
||||
String raw = loadResource(theClasspath);
|
||||
EncodingEnum.detectEncodingNoDefault(raw).newParser(theCtx).parseResource(theType, raw);
|
||||
return EncodingEnum.detectEncodingNoDefault(raw).newParser(theCtx).parseResource(theType, raw);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user