ZF-4474: testOptions(Zend_Translate_Adapter_GettextTest) unit tests problem
Description
{panel} 12) testOptions(Zend_Translate_Adapter_GettextTest) Failed asserting that two arrays are equal. --- Expected +++ Actual @@ -1,8 +1,8 @@ Array ( - [testoption] => testkey - [clear] => + [clear] => 1 [scan] => [locale] => en [ignore] => . + [testoption] => testkey ) {panel}
Comments
Posted by Alexander Veremyev (alexander) on 2008-10-03T11:05:14.000+0000
There are also two additional failures:
{panel} 13) testOptions(Zend_Translate_Adapter_IniTest) Failed asserting that two arrays are equal. --- Expected +++ Actual @@ -1,8 +1,8 @@ Array ( - [testoption] => testkey - [clear] => + [clear] => 1 [scan] => [locale] => en [ignore] => . + [testoption] => testkey )
14) testOptions(Zend_Translate_Adapter_QtTest) Failed asserting that two arrays are equal. --- Expected +++ Actual @@ -1,8 +1,8 @@ Array ( - [testoption] => testkey - [clear] => + [clear] => 1 [scan] => [locale] => en [ignore] => . + [testoption] => testkey ) {panel}
Posted by Alexander Veremyev (alexander) on 2008-10-03T11:06:04.000+0000
And one more :)
{panel} 15) testOptions(Zend_Translate_Adapter_TbxTest) Failed asserting that two arrays are equal. --- Expected +++ Actual @@ -1,8 +1,8 @@ Array ( - [testoption] => testkey - [clear] => + [clear] => 1 [scan] => [locale] => en [ignore] => . + [testoption] => testkey ) {panel}
Posted by Alexander Veremyev (alexander) on 2008-10-03T11:16:30.000+0000
And more...
{panel} 19) testOptions(Zend_Translate_Adapter_TmxTest) Failed asserting that two arrays are equal. --- Expected +++ Actual @@ -1,8 +1,8 @@ Array ( - [testoption] => testkey - [clear] => + [clear] => 1 [scan] => [locale] => en [ignore] => . + [testoption] => testkey ) {panel} ........ {panel} 23) testOptions(Zend_Translate_Adapter_XliffTest) Failed asserting that two arrays are equal. --- Expected +++ Actual @@ -1,8 +1,8 @@ Array ( - [testoption] => testkey - [clear] => + [clear] => 1 [scan] => [locale] => en [ignore] => . + [testoption] => testkey ) {panel} ........ {panel} 27) testOptions(Zend_Translate_Adapter_XmlTmTest) Failed asserting that two arrays are equal. --- Expected +++ Actual @@ -1,8 +1,8 @@ Array ( - [testoption] => testkey - [clear] => + [clear] => 1 [scan] => [locale] => en [ignore] => . + [testoption] => testkey ) {panel}
Posted by Thomas Weidner (thomas) on 2008-10-08T12:14:04.000+0000
Probably fixed with r11751
Posted by Alexander Veremyev (alexander) on 2008-10-09T01:32:24.000+0000
Fixed.
Posted by Wil Sinclair (wil) on 2008-11-13T14:10:15.000+0000
Changing issues in preparation for the 1.7.0 release.