Actions
Bug #28000
closedunit test for dbbackend sometimes throws this table does already exist
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Tests
Target version:
-
Start date:
2011-07-08
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.6
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If running the unit tests for t3lib_cache_backend_dbbackentest, there are 8 sql warnings that the table already exits.
Solution: guard the create table with if not exits
Actions