openmrs-module -Referencemetadata - Change in DataSet

Hallo ,Friends,in reference to RA-1170 (https://issues.openmrs.org/browse/RA-1170),a change of retired_by’s alue “1” with “null” in the .xml datasets throws a testEverything(org.openmrs.module.referencemetadata.ReferenceMetadataActivatorComponentTest): org.dbunit.dataset.datatype.TypeCastException: Unable to typecast value of type <java.lang.String> to INTEGER Exception…

Question :I understand there is a mismatch between String null value being parsed to an int variable.However i have failed to track down the concerned instance in the Test method (testEverything())

Any hints? thanks alot

1 Like

Instead of setting the value of retired_by to “null” simply remove the retired_by property. That will fix your problem.

1 Like

@dkayiwa Thank you very much