Skip to content

Commit

Permalink
Item14349: Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gac410 committed May 2, 2017
1 parent 0951051 commit d050b7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EditRowPlugin/test/unit/EditRowPlugin/HTML.pm
Expand Up @@ -66,7 +66,7 @@ HTML
'#' => "erp_TABLE_0"
);
my $expected = <<EXPECTED;
<a name='erp_TABLE_0'></a><a href='$viewurl' title='Edit full table'><button type='button' name='erp_edit_TABLE_0' title='Edit full table' class='erp-edittable'></button></a><br />
<a name='erp_TABLE_0'></a><a class='erp-edittable foswikiButton' href='$viewurl' name='erp_edit_TABLE_0' title='Edit full table'></a><br />
EXPECTED
$this->assert_html_equals( $expected, $1 );
$in =~ s/&quot;1_\d+&quot;/&quot;VERSION&quot;/gs;
Expand Down Expand Up @@ -169,7 +169,7 @@ HTML
'#' => "erp_TABLE_0"
);
my $expected = <<EXPECTED;
<a name='erp_TABLE_0'></a><a href='$viewurl' title='Edit full table'><button type="button" name="erp_edit_TABLE_0" title="Edit full table" class="erp-edittable"></button></a><br />
<a name='erp_TABLE_0'></a><a class='erp-edittable foswikiButton' href='$viewurl' name='erp_edit_TABLE_0' title='Edit full table'></a><br />
EXPECTED
$this->assert_html_equals( $expected, $1 );
$in =~ s/&quot;1_\d+&quot;/&quot;VERSION&quot;/gs;
Expand Down

0 comments on commit d050b7c

Please sign in to comment.