Updating the JUnit test to ensure that the "true" and "false" conditions are correctly handled
Changes to be committed:
modified: api-tests/src/test/java/org/openmrs/module/htmlformentry/ObsTagTest.java
modified: api/src/test/resources/org/openmrs/module/htmlformentry/include/obsWithControlsSections.xml
Changes to be committed: deleted: api-tests/src/test/java/org/openmrs/module/htmlformentry/handler/WhenTagHandlerTest.java modified: api/src/main/java/org/openmrs/module/htmlformentry/handler/WhenTagHandler.java Adding support of Boolean values of the <when value= ...> condition Remove the JUnit Test : not productive to mock the Obs object, Form context and all for such a small feature
Changes to be committed: new file: api-tests/src/test/java/org/openmrs/module/htmlformentry/handler/WhenTagHandlerTest.java modified: api/src/main/java/org/openmrs/module/htmlformentry/handler/WhenTagHandler.java