Skip to content

Commit

Permalink
Item15069: fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed Feb 28, 2022
1 parent fcec22a commit d686866
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions UnitTestContrib/test/unit/RenderFormTests.pm
Original file line number Diff line number Diff line change
Expand Up @@ -413,20 +413,20 @@ sub test_render_for_edit {
<table class="foswikiFormTable">
<tr><th>Issue Name<span class="foswikiAlert"> *</span></th><td style="text-align:left"><input type="text" name="IssueName" value="_An issue_" size="40" class="foswikiInputField foswikiMandatory" /></td></tr>
<tr><th>State</th><td style="text-align:left"><table><tr><td><label><input type="radio" name="State" value="none" title="none" class="foswikiRadioButton"/>none</label></td></tr></table></td></tr>
<tr><th>State</th><td style="text-align:left"><div class="foswikiRadioButtonGroup"><table><tr><td><label><input type="radio" name="State" value="none" title="none" class="foswikiRadioButton"/>none</label></td></tr></table></div></td></tr>
<tr><th>Issue Description</th><td style="text-align:left"><input type="hidden"
name="IssueDescription" value="---+ Example problem" /><div class="foswikiFormLabel">
---+ Example problem
</div></td></tr>
<tr><th>Issue 1</th><td style="text-align:left"><select name="Issue1" class="foswikiSelect" size="1"></select></td></tr>
<tr><th>Issue 2EXTRA</th><td style="text-align:left">SWEET</td></tr>
<tr><th>Issue 3</th><td style="text-align:left"><table></table><input type="hidden" name="Issue3" value="" /></td></tr>
<tr><th>Issue 3</th><td style="text-align:left"><div class="foswikiCheckboxGroup"><table></table></div><input type="hidden" name="Issue3" value="" /></td></tr>
<tr><th>Issue 4</th><td style="text-align:left"><textarea name="Issue4" rows="4" cols="50" class="foswikiTextarea">
Defect</textarea></td></tr>
<tr><th>Issue 5</th><td style="text-align:left"><select name="Issue5" multiple="multiple" class="foswikiSelect" size="3"><option class="foswikiOption" selected="selected">Foo</option><option class="foswikiOption">Bar</option><option class="foswikiOption" selected="selected">Baz</option></select><input type="hidden" name="Issue5" value="" /></td></tr>
<tr><th>Issue 6</th><td style="text-align:left"><select name="Issue6" class="foswikiSelect" size="1"><option value="1" class="foswikiOption">One</option><option value="2" selected="selected" class="foswikiOption">Two</option><option value="3" class="foswikiOption">Three</option><option value="4" class="foswikiOption">Four</option></select></td></tr>
<tr><th>Issue 7</th><td style="text-align:left"><table><tr><td><label><input type="checkbox" name="Issue7" value="1" title="1" class="foswikiCheckbox"/>One</label></td></tr><tr><td><label><input type="checkbox" name="Issue7" value="2" checked="checked" title="2" class="foswikiCheckbox"/>Two</label></td></tr><tr><td><label><input type="checkbox" name="Issue7" value="3" title="3" class="foswikiCheckbox"/>Three</label></td></tr><tr><td><label><input type="checkbox" name="Issue7" value="4" title="4" class="foswikiCheckbox"/>Four</label></td></tr></table><input type="hidden" name="Issue7" value="" /></td></tr>
<tr><th>Issue 8</th><td style="text-align:left"><table><tr><td><label><input type="radio" name="Issue8" value="1" title="1" class="foswikiRadioButton"/>One</label></td></tr><tr><td><label><input type="radio" name="Issue8" value="2" checked="checked" title="2" class="foswikiRadioButton"/>Two</label></td></tr><tr><td><label><input type="radio" name="Issue8" value="3" title="3" class="foswikiRadioButton"/>Three</label></td></tr><tr><td><label><input type="radio" name="Issue8" value="4" title="4" class="foswikiRadioButton"/>Four</label></td></tr></table></td></tr>
<tr><th>Issue 7</th><td style="text-align:left"><div class="foswikiCheckboxGroup"><table><tr><td><label><input type="checkbox" name="Issue7" value="1" title="1" class="foswikiCheckbox"/>One</label></td></tr><tr><td><label><input type="checkbox" name="Issue7" value="2" checked="checked" title="2" class="foswikiCheckbox"/>Two</label></td></tr><tr><td><label><input type="checkbox" name="Issue7" value="3" title="3" class="foswikiCheckbox"/>Three</label></td></tr><tr><td><label><input type="checkbox" name="Issue7" value="4" title="4" class="foswikiCheckbox"/>Four</label></td></tr></table></div><input type="hidden" name="Issue7" value="" /></td></tr>
<tr><th>Issue 8</th><td style="text-align:left"><div class="foswikiRadioButtonGroup"><table><tr><td><label><input type="radio" name="Issue8" value="1" title="1" class="foswikiRadioButton"/>One</label></td></tr><tr><td><label><input type="radio" name="Issue8" value="2" checked="checked" title="2" class="foswikiRadioButton"/>Two</label></td></tr><tr><td><label><input type="radio" name="Issue8" value="3" title="3" class="foswikiRadioButton"/>Three</label></td></tr><tr><td><label><input type="radio" name="Issue8" value="4" title="4" class="foswikiRadioButton"/>Four</label></td></tr></table></div></td></tr>
<tr><th>Form definition</th><td><a rel="nofollow" target="InitializationForm" href="%VIEWURL%/TemporaryRenderFormTestsTestWebRenderFormTests/InitializationForm" title="Details in separate window">TemporaryRenderFormTestsTestWebRenderFormTests.InitializationForm</a> <input type="submit" name="action_replaceform" value='Replace form...' class="foswikiChangeFormButton foswikiButton" /></td></tr></table><span class="foswikiAlert">*</span> indicates mandatory fields </div>
HERE

Expand Down

0 comments on commit d686866

Please sign in to comment.