ZF-2367: Zend_Translate Unit Tests failing (1.0-branch)
Description
6) testOptions(Zend_Translate_TbxTest) Failed asserting that two arrays are equal. --- Expected +++ Actual @@ -1,6 +1,7 @@ Array ( - [testoption] => testkey [clear] => [scan] => + [locale] => en + [testoption] => testkey )
/home/sebastian/Work/ZendFramework-1.0/tests/Zend/Translate/TbxTest.php:98
7) testOptions(Zend_Translate_TmxTest) Failed asserting that two arrays are equal. --- Expected +++ Actual @@ -1,6 +1,7 @@ Array ( - [testoption] => testkey [clear] => [scan] => + [locale] => en + [testoption] => testkey )
/home/sebastian/Work/ZendFramework-1.0/tests/Zend/Translate/TmxTest.php:95
8) testOptions(Zend_Translate_QtTest) Failed asserting that two arrays are equal. --- Expected +++ Actual @@ -1,6 +1,7 @@ Array ( - [testoption] => testkey [clear] => [scan] => + [locale] => de + [testoption] => testkey )
/home/sebastian/Work/ZendFramework-1.0/tests/Zend/Translate/QtTest.php:86
9) testOptions(Zend_Translate_XmlTmTest) Failed asserting that two arrays are equal. --- Expected +++ Actual @@ -1,6 +1,7 @@ Array ( - [testoption] => testkey [clear] => [scan] => + [locale] => en + [testoption] => testkey )
/home/sebastian/Work/ZendFramework-1.0/tests/Zend/Translate/XmlTmTest.php:98
Comments
Posted by Thomas Weidner (thomas) on 2008-01-10T14:51:56.000+0000
Fixed with SVN-7375