소스 검색

[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 년 전
부모
커밋
1684730bd5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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());
     }
 }