From 9adf7fb708963c7bb27dc1fd54aa879395f6cf57 Mon Sep 17 00:00:00 2001 From: Pierre Rossi Date: Wed, 10 Oct 2012 18:57:05 +0200 Subject: Revert "Handle additional format ranges when itemizing." This reverts commit 101d04681f4ceb7410681eae684534a206a9d90a. That change seems to have introduced a few regressions, and Creator hits an assertion that it introduced because it assumes the additionalFormats consists of well-formed ranges (QTCREATORBUG-7995). Change-Id: Ic4ae761e6e7f6df8a6b5ca565ceb250647420c15 Reviewed-by: Konstantin Ritt --- tests/benchmarks/gui/text/qtext/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/benchmarks/gui/text') diff --git a/tests/benchmarks/gui/text/qtext/main.cpp b/tests/benchmarks/gui/text/qtext/main.cpp index c9d5d59891..543b9041da 100644 --- a/tests/benchmarks/gui/text/qtext/main.cpp +++ b/tests/benchmarks/gui/text/qtext/main.cpp @@ -362,7 +362,7 @@ void tst_QText::formattedLayout_data() ranges.append(formatRange); } - QTest::newRow("long-many") << text << ranges; + QTest::newRow("long-many") << m_shortLorem << ranges; } } -- cgit v1.2.3