Resume testing of customparticle
authorAlan Alpert <aalpert@rim.com>
Fri, 30 Nov 2012 20:27:48 +0000 (12:27 -0800)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Sat, 1 Dec 2012 17:29:30 +0000 (18:29 +0100)
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>
tests/auto/quick/examples/tst_examples.cpp

index 63f05a6..ed43be7 100644 (file)
@@ -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()