Bug #21743
closedMulitple tests of the t3lib_PageRenderer_testcase fail
0%
Description
The following Tests fail, with the respective error messages:
testAddInlineLanguageLabel
Message:
Failed asserting that <text> contains "TYPO3.lang = {"myKey":"myValue"}".
testAddInlineLanguageLabelArray
Message:
Failed asserting that <text> contains "TYPO3.lang = {"myKey1":"myValue1","myKey2":"myValue2"}".
testAddInlineLanguageLabelArrayMerged
Message:
Failed asserting that <text> contains "TYPO3.lang = {"myKey1":"myValue1","myKey2":"myValue2"}".
testAddInlineSetting
Message:
Failed asserting that <text> contains "TYPO3.settings = {"myApp":{"myKey":"myValue"}};".
testAddInlineSettingArray
Message:
Failed asserting that <text> contains "TYPO3.settings = {"myApp":{"myKey1":"myValue1","myKey2":"myValue2"}};".
testAddInlineSettingArrayMerged
Message:
Failed asserting that <text> contains "TYPO3.settings = {"myApp":{"myKey1":"myValue1","myKey2":"myValue2"}};".
(issue imported from #M12843)
Updated by Anonymous almost 15 years ago
The TYPO3 SVN revision I am using is 6603
Updated by Oliver Klee almost 15 years ago
This worksforme the latest trunk (after doing a DB compare).
Updated by Anonymous almost 15 years ago
The DB compare did not fix the problem for me.
Updated by Steffen Kamper almost 15 years ago
are you on non-utf8 BE? I think the charset conversion does some magic here.
Updated by Steffen Kamper almost 15 years ago
i found the problem. As we needed to convert all non-utf8 scripts to utf-8, render method of pageRenderer needs $this->getCharSet() which wasn't set for the fixture in testcase.