aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAlan Alpert <aalpert@rim.com>2012-11-30 12:27:48 -0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-01 18:29:30 +0100
commitacb9a7340b22cfda8bf6310c2fc9196c96cfc148 (patch)
tree618d4150da85671c0a33ee9c492933ccf77e4f48 /tests
parent5b9d3cb1db1a22d9ae249afd565a80dbd56c42ba (diff)
Resume testing of customparticle
Tests were suspended pending a fix for QTBUG-24034, which was fixed months ago. Change-Id: I903addc8cb1206073e8e1e1532dbabc6611060b4 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/quick/examples/tst_examples.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/quick/examples/tst_examples.cpp b/tests/auto/quick/examples/tst_examples.cpp
index 63f05a61d9..ed43be71d7 100644
--- a/tests/auto/quick/examples/tst_examples.cpp
+++ b/tests/auto/quick/examples/tst_examples.cpp
@@ -116,9 +116,6 @@ tst_examples::tst_examples() : window(0)
excludedDirs << "snippets/qml/xmlrole.qml";
#endif
- // QTBUG-24034 - don't run customparticle examples
- excludedDirs << "demos/flickr";
- excludedDirs << "examples/particles/customparticle";
}
tst_examples::~tst_examples()