]> granicus.if.org Git - php/commitdiff
MFH:Fix a test, UNSIGNED is expected
authorAndrey Hristov <andrey@php.net>
Thu, 28 May 2009 10:16:41 +0000 (10:16 +0000)
committerAndrey Hristov <andrey@php.net>
Thu, 28 May 2009 10:16:41 +0000 (10:16 +0000)
ext/mysqli/tests/mysqli_fetch_field_flags.phpt

index 9c74408c20e067740142de91896c5efa999dd86b..a39c6e3bc0ec37aede3aed9684a7ede609273dde 100644 (file)
@@ -167,7 +167,7 @@ mysqli_close($link);
                                $version = mysqli_get_server_version($link);
                                if ($version <= 50105) {
                                        // TODO - check exact version!
-                                       $expected_flags = trim(str_replace('UNSIGNED', '', $expected_flags));
+//                                     $expected_flags = trim(str_replace('UNSIGNED', '', $expected_flags));
                                }
 
                        default:
@@ -230,4 +230,4 @@ mysqli_close($link);
        print "done!";
 ?>
 --EXPECTF--
-done!
\ No newline at end of file
+done!