Actions
Bug #24362
closedUnit test crashes in t3lib_tree_SortedNodeCollectionTest
Start date:
2010-12-18
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
addNodesSorted
Fatal error: Call to undefined method t3lib_tree_SortedNodeCollection::addNode() in /home/klee/eclipse/typo3_src/tests/t3lib/tree/t3lib_tree_sortednodecollectionTest.php on line 43
removeNodeByNodeId
Fatal error: Call to undefined method t3lib_tree_SortedNodeCollection::removeNode() in /home/klee/eclipse/typo3_src/tests/t3lib/tree/t3lib_tree_sortednodecollectionTest.php on line 86
This is because
1. addNode now is named append
2. removeNode has been remove completely
This happens with the latest Core trunk.
In addition, the test removes the empty setUp and tearDown methods and drops a NL after the ?>.
(issue imported from #M16776)
Files
Actions