Stream: implementers
Topic: DSTU3 test failure
世界人 Sekaijin (Feb 07 2017 at 08:51):
when I build the master branch I've an error un test.
Results :
Failed tests:
SearchDefaultMethodDstu3Test.testSearchNoParams:68
Expected: ("search01" or "search02")
but: was "search03"
Tests run: 656, Failures: 1, Errors: 0, Skipped: 22
Grahame Grieve (Feb 07 2017 at 10:52):
what did you do to get this?
世界人 Sekaijin (Feb 07 2017 at 16:20):
I've downloaded the master to day and just build it
mvn generate-sources install.
Grahame Grieve (Feb 07 2017 at 18:25):
do you mean HAPI?
世界人 Sekaijin (Feb 07 2017 at 19:46):
Yes i'm compile hapi-fhir from master
James Agnew (Feb 08 2017 at 01:10):
Ah, it looks like that test was a bit environment specific (it relied on a hashmap returning keys in a specific order, which is never a good thing). I've just committed a fix.
Last updated: Apr 12 2022 at 19:14 UTC