ZF-5312: testOptions(Zend_Translate_Adapter_ArrayTest) unit tests failure
Description
{panel} 10) testOptions(Zend_Translate_Adapter_ArrayTest) Failed asserting that two arrays are equal. --- Expected +++ Actual @@ -1,9 +1,9 @@ Array ( - [testoption] => testkey - [clear] => + [clear] => 1 [scan] => [locale] => en [ignore] => . [disableNotices] => + [testoption] => testkey ) {panel}
Comments
Posted by Alexander Veremyev (alexander) on 2008-12-18T08:06:54.000+0000
Additional failures which seems to be the same:
{panel} 14) testOptions(Zend_Translate_Adapter_GettextTest) Failed asserting that two arrays are equal. --- Expected +++ Actual @@ -1,9 +1,9 @@ Array ( - [testoption] => testkey - [clear] => + [clear] => 1 [scan] => [locale] => en [ignore] => . [disableNotices] => + [testoption] => testkey )
15) testOptions(Zend_Translate_Adapter_IniTest) Failed asserting that two arrays are equal. --- Expected +++ Actual @@ -1,9 +1,9 @@ Array ( - [testoption] => testkey - [clear] => + [clear] => 1 [scan] => [locale] => en [ignore] => . [disableNotices] => + [testoption] => testkey )
16) testOptions(Zend_Translate_Adapter_QtTest) Failed asserting that two arrays are equal. --- Expected +++ Actual @@ -1,9 +1,9 @@ Array ( - [testoption] => testkey - [clear] => + [clear] => 1 [scan] => [locale] => en [ignore] => . [disableNotices] => + [testoption] => testkey )
17) testOptions(Zend_Translate_Adapter_TbxTest) Failed asserting that two arrays are equal. --- Expected +++ Actual @@ -1,9 +1,9 @@ Array ( - [testoption] => testkey - [clear] => + [clear] => 1 [scan] => [locale] => en [ignore] => . [disableNotices] => + [testoption] => testkey )
...
19) testOptions(Zend_Translate_Adapter_TmxTest) Failed asserting that two arrays are equal. --- Expected +++ Actual @@ -1,9 +1,9 @@ Array ( - [testoption] => testkey - [clear] => + [clear] => 1 [scan] => [locale] => en [ignore] => . [disableNotices] => + [testoption] => testkey )
...
21) testOptions(Zend_Translate_Adapter_XliffTest) Failed asserting that two arrays are equal. --- Expected +++ Actual @@ -1,9 +1,9 @@ Array ( - [testoption] => testkey - [clear] => + [clear] => 1 [scan] => [locale] => en [ignore] => . [disableNotices] => + [testoption] => testkey )
...
23) testOptions(Zend_Translate_Adapter_XmlTmTest) Failed asserting that two arrays are equal. --- Expected +++ Actual @@ -1,9 +1,9 @@ Array ( - [testoption] => testkey - [clear] => + [clear] => 1 [scan] => [locale] => en [ignore] => . [disableNotices] => + [testoption] => testkey ) {panel}
Posted by Thomas Weidner (thomas) on 2008-12-20T03:27:08.000+0000
Should be fixed with r13389
Posted by Alexander Veremyev (alexander) on 2008-12-21T01:53:31.000+0000
Fixed and merged into release-1.7 branch with r13404.