- Adjusted tests to reality

# We select 123456789.12345679, we should have this returned and not
# something 123456789.123457 (rounded)
This commit is contained in:
Timm Friebe 2008-11-10 11:51:13 +00:00
parent 70500d898d
commit 9f39f064fe

View file

@ -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)