andrey          Thu May 28 10:16:41 2009 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/ext/mysqli/tests   mysqli_fetch_field_flags.phpt 
  Log:
  MFH:Fix a test, UNSIGNED is expected
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/tests/mysqli_fetch_field_flags.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u
Index: php-src/ext/mysqli/tests/mysqli_fetch_field_flags.phpt
diff -u php-src/ext/mysqli/tests/mysqli_fetch_field_flags.phpt:1.1.2.2 
php-src/ext/mysqli/tests/mysqli_fetch_field_flags.phpt:1.1.2.3
--- php-src/ext/mysqli/tests/mysqli_fetch_field_flags.phpt:1.1.2.2      Thu Apr 
24 14:22:19 2008
+++ php-src/ext/mysqli/tests/mysqli_fetch_field_flags.phpt      Thu May 28 
10:16:41 2009
@@ -167,7 +167,7 @@
                                $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 @@
        print "done!";
 ?>
 --EXPECTF--
-done!
\ No newline at end of file
+done!



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to