Skip to content

Commit

Permalink
Fixed field type
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Aug 21, 2013
1 parent 7b56920 commit 7d032df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/libraries/PMA_FormDisplay_tpl_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ public function testDisplayInput()

$this->assertTag(
PMA_getTagArray(
'<span class="field-comment-mark field-comment-warning" '
'<span class="field-comment-mark field-comment-warning" '
. 'title="testComment">',
array('content' => 'i')
),
Expand Down Expand Up @@ -415,7 +415,7 @@ public function testDisplayInput()

$this->assertTag(
PMA_getTagArray(
'<input type="text" size="15" name="test/path" ' .
'<input type="number" size="15" name="test/path" ' .
'id="test/path" value="val" />'
),
$result
Expand Down Expand Up @@ -745,8 +745,8 @@ public function testAddJsValidate()

$this->assertEquals(
array(
'validateField(\'testID\', \'PMA_\\\';\', true, '
. '[\'\\\\r\\\\n\\\\\\\''
'validateField(\'testID\', \'PMA_\\\';\', true, '
. '[\'\\\\r\\\\n\\\\\\\''
. '<scrIpt></\\\' + \\\'script>\'])',
'validateField(\'testID\', \'PMA_\', true)'
),
Expand Down

0 comments on commit 7d032df

Please sign in to comment.