andrey          Thu May 28 10:16:18 2009 UTC

  Modified files:              
    /php-src/ext/mysqli/tests   mysqli_fetch_field_flags.phpt 
  Log:
  Fix a test, UNSIGNED is expected
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/tests/mysqli_fetch_field_flags.phpt?r1=1.3&r2=1.4&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.3 
php-src/ext/mysqli/tests/mysqli_fetch_field_flags.phpt:1.4
--- php-src/ext/mysqli/tests/mysqli_fetch_field_flags.phpt:1.3  Thu Apr 24 
14:04:58 2008
+++ php-src/ext/mysqli/tests/mysqli_fetch_field_flags.phpt      Thu May 28 
10:16:18 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