Browse Source

[ZF-9519] Zend_Currency:

- fixed unittest

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@21626 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas 16 years ago
parent
commit
1684730bd5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/Zend/CurrencyTest.php

+ 1 - 1
tests/Zend/CurrencyTest.php

@@ -814,6 +814,6 @@ class Zend_CurrencyTest extends PHPUnit_Framework_TestCase
 
         $currency->setValue(100, 'USD');
         $this->assertEquals(200, $currency->getValue());
-        $this->assertEquals('USD', $currency->getShortName());
+        $this->assertEquals('RUB', $currency->getShortName());
     }
 }