Details
-
Type:
Unit Tests: Problem
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.8.2
-
Component/s: Zend_Application
-
Labels:None
-
Fix Version Priority:Must Have
Description
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
)
This is corrected in trunk and 1.8 release branch via fixes in other issues.