Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixing failing test.
  • Loading branch information
markstory committed Sep 27, 2011
1 parent 6008e0e commit 7e44836
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -347,7 +347,7 @@ public function testLocalizedFloats() {
setlocale(LC_ALL, 'de_DE');

$result = $this->db->value(3.141593, 'float');
$this->assertEqual((string)$result, "3.141593");
$this->assertEqual((string)$result, "3.14159");

$result = $this->db->value(3.14);
$this->assertEqual((string)$result, "3.140000");
Expand Down

0 comments on commit 7e44836

Please sign in to comment.