diff --git a/hapi-fhir-structures-dstu2/pom.xml b/hapi-fhir-structures-dstu2/pom.xml index eb4e7e82391..a2e003673ef 100644 --- a/hapi-fhir-structures-dstu2/pom.xml +++ b/hapi-fhir-structures-dstu2/pom.xml @@ -318,8 +318,8 @@ - test testscript user valueset diff --git a/hapi-tinder-plugin/src/main/resources/ca/uhn/fhir/model/dstu2/fhirversion.properties b/hapi-tinder-plugin/src/main/resources/ca/uhn/fhir/model/dstu2/fhirversion.properties index 0e8c4e7e745..5534dddc601 100644 --- a/hapi-tinder-plugin/src/main/resources/ca/uhn/fhir/model/dstu2/fhirversion.properties +++ b/hapi-tinder-plugin/src/main/resources/ca/uhn/fhir/model/dstu2/fhirversion.properties @@ -91,7 +91,6 @@ resource.Subscription=ca.uhn.fhir.model.dstu2.resource.Subscription resource.Substance=ca.uhn.fhir.model.dstu2.resource.Substance resource.SupplyDelivery=ca.uhn.fhir.model.dstu2.resource.SupplyDelivery resource.SupplyRequest=ca.uhn.fhir.model.dstu2.resource.SupplyRequest -resource.Test=ca.uhn.fhir.model.dstu2.resource.Test resource.TestScript=ca.uhn.fhir.model.dstu2.resource.TestScript resource.User=ca.uhn.fhir.model.dstu2.resource.User resource.ValueSet=ca.uhn.fhir.model.dstu2.resource.ValueSet diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 6b0733bba44..f3801d8e506 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -130,6 +130,11 @@ resolved when validating QuestionnaireResponse answers with a type of "choice" where the choice was bound to a ValueSet. + + Remove the fake "Test" resource from DSTU2 structures. This was not + a real resource type, and caused conflicts with the .NET client. Thanks to + Vlad Ignatov for reporting! +