mariuz                                   Mon, 12 Sep 2011 09:36:37 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=316515

Log:
fixes #55659 also the 006 firebird test

Bug: https://bugs.php.net/55659 (Open) Correcting phpt test files for current 
configurations
      
Changed paths:
    U   php/php-src/branches/PHP_5_4/ext/interbase/tests/006.phpt

Modified: php/php-src/branches/PHP_5_4/ext/interbase/tests/006.phpt
===================================================================
--- php/php-src/branches/PHP_5_4/ext/interbase/tests/006.phpt   2011-09-12 
09:27:03 UTC (rev 316514)
+++ php/php-src/branches/PHP_5_4/ext/interbase/tests/006.phpt   2011-09-12 
09:36:37 UTC (rev 316515)
@@ -210,7 +210,7 @@
        out_result($res, "test6");
        ibase_free_result($res);

-       $res = ibase_execute($query, "5", 7.5);
+       $res = ibase_execute($query, "5", 7.499);
        out_result($res, "test6");
        ibase_free_result($res);


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

Reply via email to