summaryrefslogtreecommitdiff
path: root/ext/sybase_ct
diff options
context:
space:
mode:
authorTimm Friebe <thekid@php.net>2008-11-08 13:32:29 +0000
committerTimm Friebe <thekid@php.net>2008-11-08 13:32:29 +0000
commitec17daec2999a2907a3bc175923fb2bee2f4f8b6 (patch)
tree67ddebeb6962412a2cbe0a0842dfcfcdb703751e /ext/sybase_ct
parent8089d14c9a5dc8632e17593d9433df9f5f616997 (diff)
downloadphp-git-ec17daec2999a2907a3bc175923fb2bee2f4f8b6.tar.gz
- Adjusted tests to reality
# We select 123456789.12345679, we should have this returned and not # something 123456789.123457 (rounded)
Diffstat (limited to 'ext/sybase_ct')
-rw-r--r--ext/sybase_ct/tests/bug29064.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/sybase_ct/tests/bug29064.phpt b/ext/sybase_ct/tests/bug29064.phpt
index 902fe43358..df13d28a1d 100644
--- a/ext/sybase_ct/tests/bug29064.phpt
+++ b/ext/sybase_ct/tests/bug29064.phpt
@@ -112,9 +112,9 @@ array(2) {
["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 @@ array(2) {
["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)