aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick1/qdeclarativetext/tst_qdeclarativetext.cpp
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2011-10-21 13:49:08 +0200
committerQt by Nokia <qt-info@nokia.com>2011-10-24 08:53:06 +0200
commitceecaa430a334420d7c041277707a8e438438d5e (patch)
tree9964b1f46c5b1bc00cacb7889e711311f00ae735 /tests/auto/qtquick1/qdeclarativetext/tst_qdeclarativetext.cpp
parent7ae5b578c7f88df0df9de6a2ca1cc271b66755f7 (diff)
Tests: Remove Q_WS_QPA
Prepare for compilation without -qpa. Change-Id: I8ec76d4ea3d045be457e728391462a8b195c8883 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto/qtquick1/qdeclarativetext/tst_qdeclarativetext.cpp')
-rw-r--r--tests/auto/qtquick1/qdeclarativetext/tst_qdeclarativetext.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/qtquick1/qdeclarativetext/tst_qdeclarativetext.cpp b/tests/auto/qtquick1/qdeclarativetext/tst_qdeclarativetext.cpp
index 42a7fe1404..61daebb903 100644
--- a/tests/auto/qtquick1/qdeclarativetext/tst_qdeclarativetext.cpp
+++ b/tests/auto/qtquick1/qdeclarativetext/tst_qdeclarativetext.cpp
@@ -1322,9 +1322,7 @@ void tst_qdeclarativetext::lineHeight()
qreal h = myText->height();
myText->setLineHeight(1.5);
-#ifdef Q_WS_QPA
QEXPECT_FAIL("", "QTBUG-21015 fails", Continue);
-#endif
QVERIFY(myText->height() == h * 1.5);
myText->setLineHeightMode(QDeclarative1Text::FixedHeight);