Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
  • Loading branch information
madhuracj committed May 27, 2015
1 parent e1afad3 commit 42382a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/libraries/PMA_tbl_columns_definition_form_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ public function testGetHtmlForColumnComment()

$this->assertContains(
'<input id="field_2_1" type="text" name="field_comments[2]" '
. 'size="12" value="fieldnamecomment&lt;" class="textfield" />',
. 'size="12" maxlength="1024" value="fieldnamecomment&lt;" class="textfield" />',
$result
);
}
Expand Down

0 comments on commit 42382a6

Please sign in to comment.