thekid          Sat Nov  8 13:32:29 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/ext/sybase_ct/tests        bug29064.phpt 
  Log:
  - Adjusted tests to reality
  # We select 123456789.12345679, we should have this returned and not
  # something 123456789.123457 (rounded)
  
http://cvs.php.net/viewvc.cgi/php-src/ext/sybase_ct/tests/bug29064.phpt?r1=1.1&r2=1.1.8.1&diff_format=u
Index: php-src/ext/sybase_ct/tests/bug29064.phpt
diff -u php-src/ext/sybase_ct/tests/bug29064.phpt:1.1 
php-src/ext/sybase_ct/tests/bug29064.phpt:1.1.8.1
--- php-src/ext/sybase_ct/tests/bug29064.phpt:1.1       Sun Jul 11 16:57:24 2004
+++ php-src/ext/sybase_ct/tests/bug29064.phpt   Sat Nov  8 13:32:29 2008
@@ -6,7 +6,7 @@
 <?php
 /* This file is part of PHP test framework for ext/sybase_ct
  *
- * $Id: bug29064.phpt,v 1.1 2004/07/11 16:57:24 thekid Exp $
+ * $Id: bug29064.phpt,v 1.1.8.1 2008/11/08 13:32:29 thekid Exp $
  */
 
   require('test.inc');
@@ -112,9 +112,9 @@
     ["test_tinyint"]=>
     int(123)
     ["test_real"]=>
-    string(16) "123456789.123457"
+    string(18) "123456789.12345679"
     ["test_double"]=>
-    string(16) "123456789.123457"
+    string(18) "123456789.12345679"
   }
   [1]=>
   array(10) {
@@ -135,9 +135,9 @@
     ["test_tinyint"]=>
     int(255)
     ["test_real"]=>
-    string(17) "-123456789.123457"
+    string(19) "-123456789.12345679"
     ["test_double"]=>
-    string(17) "-123456789.123457"
+    string(19) "-123456789.12345679"
   }
 }
 bool(true)



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

Reply via email to