thekid Mon Nov 10 11:51:13 2008 UTC
Modified files:
/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.2&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.2
--- 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 Mon Nov 10 11:51:13 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.2 2008/11/10 11:51:13 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