From 1e659c65f2ca0c00befa22905efa921a485941ab Mon Sep 17 00:00:00 2001 From: James Date: Sat, 12 Aug 2017 06:32:46 -0400 Subject: [PATCH] Fix broken test --- .../test/java/ca/uhn/fhir/rest/param/DateRangeParamTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hapi-fhir-structures-dstu3/src/test/java/ca/uhn/fhir/rest/param/DateRangeParamTest.java b/hapi-fhir-structures-dstu3/src/test/java/ca/uhn/fhir/rest/param/DateRangeParamTest.java index a788e6bca3e..16d98165529 100644 --- a/hapi-fhir-structures-dstu3/src/test/java/ca/uhn/fhir/rest/param/DateRangeParamTest.java +++ b/hapi-fhir-structures-dstu3/src/test/java/ca/uhn/fhir/rest/param/DateRangeParamTest.java @@ -188,7 +188,7 @@ public class DateRangeParamTest { return p; } - private static FhirContext ourCtx = FhirContext.forDstu1(); + private static FhirContext ourCtx = FhirContext.forDstu3(); public static Date parse(String theString) throws ParseException { return ourFmt.parse(theString);