ZF-6609: testInitializationShouldSkipModulesWithoutBootstraps(Zend_Application_Resource_ModulesTest) and testShouldReturnExecutedBootstrapsWhenComplete(Zend_Application_Resource_ModulesTest)
Description
{panel} 1) testInitializationShouldSkipModulesWithoutBootstraps(Zend_Application_Resource_ModulesTest) Failed asserting that two arrays are equal. --- Expected +++ Actual @@ -1,6 +1,6 @@ Array ( - [0] => bar - [1] => foo-bar + [0] => foo-bar + [1] => bar [2] => foo )
2) testShouldReturnExecutedBootstrapsWhenComplete(Zend_Application_Resource_ModulesTest) Failed asserting that two arrays are equal. --- Expected +++ Actual @@ -1,6 +1,6 @@ Array ( - [0] => bar - [1] => foo-bar + [0] => foo-bar + [1] => bar [2] => foo ) {panel}
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2009-05-12T10:52:33.000+0000
This is corrected in trunk and 1.8 release branch via fixes in other issues.
Posted by Alexander Veremyev (alexander) on 2009-05-25T06:52:29.000+0000
Issue still exists in my environment.
Posted by Alexander Veremyev (alexander) on 2009-05-25T07:17:49.000+0000
Fixed.