aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorToby Tomkins <toby.tomkins@nokia.com>2011-09-23 11:12:22 +1000
committerQt by Nokia <qt-info@nokia.com>2011-09-23 09:12:22 +0200
commit8d2c2943fae59e55609d9abc815acb60fed65b1d (patch)
tree366d712d1c8fc8ce8f2a91f2e75e43f2a0efc456 /tests
parent704b408da01ac9a85e89a906ee9c6922d7f4323e (diff)
Remove all font examples from qpa platform tests
Remove all font examples, and re-enable all platform example tests. Task-number: QTBUG-21415 Change-Id: I87448cedd7f03b9483e8ec4d90474afa4d62b9c2 Reviewed-on: http://codereview.qt-project.org/5417 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Martin Jones <martin.jones@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/declarative/declarative.pro2
-rw-r--r--tests/auto/declarative/examples/tst_examples.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/declarative/declarative.pro b/tests/auto/declarative/declarative.pro
index 35e3cac4c6..9cc8dbc1b8 100644
--- a/tests/auto/declarative/declarative.pro
+++ b/tests/auto/declarative/declarative.pro
@@ -5,7 +5,7 @@ METATYPETESTS += \
qmetaobjectbuilder
PUBLICTESTS += \
-# examples \
+ examples \
geometry \
nodes \
parserstress \
diff --git a/tests/auto/declarative/examples/tst_examples.cpp b/tests/auto/declarative/examples/tst_examples.cpp
index c286673a68..58f16a49d6 100644
--- a/tests/auto/declarative/examples/tst_examples.cpp
+++ b/tests/auto/declarative/examples/tst_examples.cpp
@@ -69,7 +69,7 @@ tst_examples::tst_examples()
{
// Add directories you want excluded here
#ifdef Q_WS_QPA
- excludedDirs << "examples/declarative/text/fonts/fonts.qml"; // QTBUG-21415
+ excludedDirs << "examples/declarative/text/fonts"; // QTBUG-21415
#endif
// Not run in QSGView