Skip to content

Commit

Permalink
additional fix for issue #34
Browse files Browse the repository at this point in the history
  • Loading branch information
seg1129 committed Nov 7, 2017
2 parents 38902b9 + c49aaab commit 5aef5ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ehb_datasources/tests/unit_tests/test_form_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ def test_construct_form(form_builder, redcap_metadata_json, redcap_record_json):
)
assert '0GUQDBCDE0EAWN9Q:8LAG76CHO' not in form
assert '<div><input class="field_input" type="checkbox" name="meds___1" value="1" style="margin-top:-1px" checked="checked"/> Antibiotic</div>' in form
assert '<input type="text" value="100" name="height" class="field_input" id="input_height" />' in form
assert '<input type="text" value="20" name="weight" class="field_input" id="input_weight" />' in form
assert '<input style="min-width: 100px;" type="text" value="100" name="height" class="field_input" id="input_height" />' in form
assert 'input style="min-width: 100px;" type="text" value="20" name="weight" class="field_input" id="input_weight" />' in form
assert '<textarea rows="5" cols="20" name="comments" class="field_input" >Test Data2</textarea>' in form

def test_construct_form2_branch_logic_functions(form_builder, redcap_metadata_json2, redcap_record_json2):
Expand Down

0 comments on commit 5aef5ea

Please sign in to comment.