These are actually texts
This commit is contained in:
parent
2e0c8680cf
commit
7b56920492
@ -1221,7 +1221,7 @@ class PMA_InsertEditTest extends PHPUnit_Framework_TestCase
|
||||
$column['True_Type'] = 'datetime';
|
||||
$result = PMA_getHTMLinput($column, 'a', 'b', 30, 'c', 23, 2, 0);
|
||||
$this->assertEquals(
|
||||
'<input type="date" name="fieldsa" value="b" size="30" class='
|
||||
'<input type="text" name="fieldsa" value="b" size="30" class='
|
||||
. '"textfield datetimefield" c tabindex="25" id="field_0_3" />',
|
||||
$result
|
||||
);
|
||||
@ -1231,7 +1231,7 @@ class PMA_InsertEditTest extends PHPUnit_Framework_TestCase
|
||||
$column['True_Type'] = 'timestamp';
|
||||
$result = PMA_getHTMLinput($column, 'a', 'b', 30, 'c', 23, 2, 0);
|
||||
$this->assertEquals(
|
||||
'<input type="date" name="fieldsa" value="b" size="30" class='
|
||||
'<input type="text" name="fieldsa" value="b" size="30" class='
|
||||
. '"textfield datetimefield" c tabindex="25" id="field_0_3" />',
|
||||
$result
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user