Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' of git://git.zendframework.com/zf
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelkael committed Jul 22, 2010
7 parents 5696d8b + 57e9245 + 09cf042 + 5a56f30 + 42fe268 + 4bdb748 + 0ed55a1 commit 9201686
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/NormalizedToLocalizedTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,8 @@ public function testLocalizationToFloat()
);

$valuesReceived = array(
1 => '1.234,56',
2 => '1.234,56',
1 => '1.234,57',
2 => '1.234,57',
3 => '1,23',
4 => '1,23',
5 => '1.234,00',
Expand Down

0 comments on commit 9201686

Please sign in to comment.