summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2010-04-14 04:05:16 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2010-04-14 04:05:16 (GMT)
commitc6ce84640b7bebab4d6dc571ab549a085703ed16 (patch)
treea6741b611d7737c4c31378f3f5eb0c3852f4b8bc /tests
parent974eac3542604d174d7955e15072750f1e852263 (diff)
downloadQt-c6ce84640b7bebab4d6dc571ab549a085703ed16.zip
Qt-c6ce84640b7bebab4d6dc571ab549a085703ed16.tar.gz
Qt-c6ce84640b7bebab4d6dc571ab549a085703ed16.tar.bz2
Remove double fail message
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/declarative/examples/tst_examples.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/declarative/examples/tst_examples.cpp b/tests/auto/declarative/examples/tst_examples.cpp
index 67b29dd..ee8111e 100644
--- a/tests/auto/declarative/examples/tst_examples.cpp
+++ b/tests/auto/declarative/examples/tst_examples.cpp
@@ -294,8 +294,6 @@ void tst_examples::examples()
sync.waitForFinished();
for (int ii = 0; ii < tests.count(); ++ii) {
- if (tests.at(ii).result != Example::Pass)
- qWarning() << tests.at(ii).file << ":failed";
if (tests.at(ii).result != Example::Pass)
QFAIL(qPrintable(tests.at(ii).file));
}