From 14616cbcdf8bc3acd1912733d507491789ceb521 Mon Sep 17 00:00:00 2001 From: Deven Bansod Date: Thu, 15 Sep 2016 21:11:56 +0530 Subject: [PATCH] Fixed tests Signed-off-by: Deven Bansod --- test/libraries/PMA_insert_edit_test.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/libraries/PMA_insert_edit_test.php b/test/libraries/PMA_insert_edit_test.php index 5149c74811..a61d1bf1d4 100644 --- a/test/libraries/PMA_insert_edit_test.php +++ b/test/libraries/PMA_insert_edit_test.php @@ -1132,7 +1132,7 @@ class PMA_InsertEditTest extends PHPUnit_Framework_TestCase . 'name="fieldsb" value="" />' . '
 (Max: 64KiB)' . "\n", + . 'field noDragDrop" id="field_1_3" size="10" c/> (Max: 64KiB)' . "\n", $result ); @@ -1190,7 +1190,7 @@ class PMA_InsertEditTest extends PHPUnit_Framework_TestCase . 'cols="1" dir="/" id="field_1_3" c tabindex="3" data-type="HEX">' . '' . '
 (Max: 64KiB)' . "\n", + . 'field noDragDrop" id="field_1_3" size="10" c/> (Max: 64KiB)' . "\n", $result );