ZF-6137: A set of "Unexpected exception when writing to named namespaces after unlocking them." failures
Description
{panel} 2) testNamespaceGetNull(Zend_SessionTest) Unexpected exception returned when attempting to fetch the value of non-existent key
3) testNamespaceIsset(Zend_SessionTest) Unexpected exception returned when attempting to fetch the value of non-existent key
4) testUnlock(Zend_SessionTest) Unexpected exception when writing to namespaces after unlocking it.
5) testIsLocked(Zend_SessionTest) Unexpected exception when writing to named namespaces after unlocking them.
6) testUnLockNamespace(Zend_SessionTest) Unexpected exception when writing to named namespaces after unlocking them.
7) testIsLockedNamespace(Zend_SessionTest) Unexpected exception when writing to named namespaces after unlocking them. {panel}
Comments
Posted by Alexander Veremyev (alexander) on 2009-03-26T14:18:14.000+0000
Probably [ZF-6136] and [ZF-6135] related.
Posted by Alexander Veremyev (alexander) on 2009-03-27T05:45:18.000+0000
Fixed.