From: Andrey Hristov Date: Thu, 28 May 2009 10:16:41 +0000 (+0000) Subject: MFH:Fix a test, UNSIGNED is expected X-Git-Tag: php-5.3.0RC3~110 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=90a8a7f857836f7aad7b871a5b8969b1294f412f;p=php MFH: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!