typo in number test

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5174 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
gwoo 2007-05-24 20:51:37 +00:00
parent 75f04aebd9
commit 04859e37fc

View file

@ -44,7 +44,7 @@ class NumberTest extends UnitTestCase {
}
function testFormatAndCurrency() {
$value = '1001001001';
$value = '100100100';
$result = $this->Helper->format($value, '#');
$expected = '#100,100,100';