ZF-3887: testIsReady1(Zend_Wildfire_WildfireTest)
Description
Unit tests failure: {panel} 10) testIsReady1(Zend_Wildfire_WildfireTest) Failed asserting that is true. {panel}
Unit tests failure: {panel} 10) testIsReady1(Zend_Wildfire_WildfireTest) Failed asserting that is true. {panel}
Comments
Posted by Christoph Dorn (cadorn) on 2008-08-07T08:27:22.000+0000
The test passes for me and I believe for Matthew as well.
Would you be able to trace why $channel->isReady() on line 117 in file /tests/Zend/Wildfire/WildfireTest.php returns false and provide me with more information?
Posted by Matthew Weier O'Phinney (matthew) on 2008-08-07T08:36:54.000+0000
Fixed in trunk and 1.6 release branch; was missing a call to Z_C_F::resetInstance() in tests.
Posted by Wil Sinclair (wil) on 2008-09-02T10:39:36.000+0000
Updating for the 1.6.0 release.