Skip to content

Commit

Permalink
Item12103: Fix unit test - class change
Browse files Browse the repository at this point in the history
  • Loading branch information
gac410 committed Feb 26, 2015
1 parent a80b428 commit 71973ab
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -243,7 +243,7 @@ HERE
$this->assert_html_equals( <<"HTML", $result );
<form method="post" action="$viewUrl" enctype="multipart/form-data" name="editpreferences">
<input type="hidden" name="prefsaction" value="edit" />
<input type="submit" name="edit" value="Edit Preferences" class="foswikiButton" />
<input type="submit" name="edit" value="Edit Preferences" class="foswikiRequiresChangePermission foswikiButton" />
</form>
HTML

Expand Down

0 comments on commit 71973ab

Please sign in to comment.