Project

General

Profile

Actions

Bug #21743

closed

Mulitple tests of the t3lib_PageRenderer_testcase fail

Added by Anonymous almost 15 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2009-11-30
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

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)

Actions #1

Updated by Anonymous almost 15 years ago

The TYPO3 SVN revision I am using is 6603

Actions #2

Updated by Oliver Klee almost 15 years ago

This worksforme the latest trunk (after doing a DB compare).

Actions #3

Updated by Anonymous almost 15 years ago

The DB compare did not fix the problem for me.

Actions #4

Updated by Steffen Kamper almost 15 years ago

are you on non-utf8 BE? I think the charset conversion does some magic here.

Actions #5

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.

Actions #6

Updated by Steffen Kamper almost 15 years ago

committed to trunk, rev 6618

Actions #7

Updated by Benni Mack about 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF