From: Andrey Hristov Date: Thu, 28 May 2009 10:16:18 +0000 (+0000) Subject: Fix a test, UNSIGNED is expected X-Git-Tag: php-5.4.0alpha1~191^2~3486 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d2383061c18e62133eae4bb4ffce81a7967b4b7;p=php Fix a test, UNSIGNED is expected --- diff --git a/ext/mysqli/tests/mysqli_fetch_field_flags.phpt b/ext/mysqli/tests/mysqli_fetch_field_flags.phpt index 9c74408c20..a39c6e3bc0 100644 --- a/ext/mysqli/tests/mysqli_fetch_field_flags.phpt +++ b/ext/mysqli/tests/mysqli_fetch_field_flags.phpt @@ -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!