Skip to content

Commit

Permalink
Item11928: Revert the test fixes as well
Browse files Browse the repository at this point in the history
This reverts commit 091300356a68f5698b64c76156a8a2be623585b3.

git-svn-id: http://svn.foswiki.org/trunk@15693 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
GeorgeClark authored and GeorgeClark committed Oct 24, 2012
1 parent d05a671 commit 3952bbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UnitTestContrib/test/unit/InitFormTests.pm
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ sub test_form {
Simple description of problem</textarea>', get_formfield( 2, $text )
);
$this->assert_html_matches(
'<select name="IssueType" class="foswikiSelect" size="1"><option class="foswikiOption" selected="selected">Defect</option><option class="foswikiOption">Enhancement</option><option class="foswikiOption">Other</option></select>',
'<select name="IssueType" class="foswikiSelect" size="1"><option class="foswikiOption">Defect</option><option class="foswikiOption">Enhancement</option><option class="foswikiOption">Other</option></select>',
get_formfield( 3, $text )
);
$this->assert_html_matches(
Expand Down Expand Up @@ -450,7 +450,7 @@ sub test_tmpl_form {
Simple description of problem</textarea>', get_formfield( 2, $text )
);
$this->assert_html_matches(
'<select name="IssueType" class="foswikiSelect" size="1"><option class="foswikiOption" selected="selected">Defect</option><option class="foswikiOption">Enhancement</option><option class="foswikiOption">Other</option></select>',
'<select name="IssueType" class="foswikiSelect" size="1"><option class="foswikiOption">Defect</option><option class="foswikiOption">Enhancement</option><option class="foswikiOption">Other</option></select>',
get_formfield( 3, $text )
);
$this->assert_html_matches(
Expand Down

0 comments on commit 3952bbf

Please sign in to comment.