[TYPO3-core] FYI: Bug #16696: [caching framework] unit tests: Fatal error in t3lib_cache_backend_dbbackendTest due to call to undefined method

Christian Kuhn lolli at schwarzbu.ch
Tue Dec 7 01:02:40 CET 2010


FYI: Attached patch was committed to 4.4 rev. 9766.

BT: http://bugs.typo3.org/view.php?id=16696

Branches: 4.4 only

Type: bugfix

Problem:
hasReturnsTrueForEntryWithUnlimitedLifetime() fatals due to an undefined 
call to setUpBackend() in branch-4.4.

Solution:
Remove this call, it's handled by setUp() in 4.4 (was refactored for 4.5).

Notes:
It *might* happen that an db error is thrown on your next call of the 
full TYPO3 test suite in 4.4. This is catched by tearDown() in the test 
and will not happen for consecutive calls again.

Regards
Christian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 16696_01.diff
Type: text/x-patch
Size: 683 bytes
Desc: not available
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20101207/e21ad204/attachment.bin>


More information about the TYPO3-team-core mailing list