demianturner / sgl-docs-tickets-migration-test

0 stars 0 forks source link

Cache2Test fails #1710

Closed demianturner closed 11 years ago

demianturner commented 11 years ago

'''UNIT: PHP only: lib/SGL/Cache2Test.ndb.php'''

{{{ Fail: .../seagull/lib/SGL/tests/Cache2Test.ndb.php -> Cache2 Test -> testZend -> True assertion got False at [.../seagull/lib/SGL/tests/Cache2Test.ndb.php line 59] }}}

Zend_Cache_Core->setOptions throws exceptions when option name type is not a string only. And simply ignores any others(extra) options. I don't know from which version zendFW have such behavior but at least since 1.7.5(I am currently testing with) and upto latest one.

Thanks.

demianturner commented 11 years ago

[demian] will check it out, thanks.

demianturner commented 11 years ago

[demian](In [4313]) fixed Cache2 test, fixes #1710