Actions
Bug #22821
closedcaching framework memcached backend: Wrong memcache server detection in unit tests
Start date:
2010-06-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Problem:
The memcache server detection in setUp() of memcachedBackendTestCase checks for an exception if fsockopen() fails, but the method returns FALSE on error. Thus, the memcache tests are not skipped if no server is reachable.
Solution:
Check for FALSE, too. This was already committed to FLOW3 trunk, with rev. 3845
(issue imported from #M14631)
Files
Actions