summaryrefslogtreecommitdiffstats
path: root/tests/auto/qfiledialog2/tst_qfiledialog2.cpp
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2011-05-17 23:05:24 (GMT)
committerRohan McGovern <rohan.mcgovern@nokia.com>2011-05-17 23:05:24 (GMT)
commit08a5b8d504e86a80488a2a13525e700b6f8b3311 (patch)
tree3e6b31daecfe217b355fa973f2f122da8468c0ac /tests/auto/qfiledialog2/tst_qfiledialog2.cpp
parent3773fcb78db02a2577c89f755c07c2c7dbf0de74 (diff)
parentcb2980a09aefcc207eacb500d5a3c74f064859dd (diff)
downloadQt-08a5b8d504e86a80488a2a13525e700b6f8b3311.zip
Qt-08a5b8d504e86a80488a2a13525e700b6f8b3311.tar.gz
Qt-08a5b8d504e86a80488a2a13525e700b6f8b3311.tar.bz2
Merge remote branch 'origin/4.8' into 4.8-from-4.7
Diffstat (limited to 'tests/auto/qfiledialog2/tst_qfiledialog2.cpp')
-rw-r--r--tests/auto/qfiledialog2/tst_qfiledialog2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qfiledialog2/tst_qfiledialog2.cpp b/tests/auto/qfiledialog2/tst_qfiledialog2.cpp
index 5e9f130..dc3ca52 100644
--- a/tests/auto/qfiledialog2/tst_qfiledialog2.cpp
+++ b/tests/auto/qfiledialog2/tst_qfiledialog2.cpp
@@ -812,7 +812,7 @@ void tst_QFileDialog2::task239706_editableFilterCombo()
break;
}
}
- Q_ASSERT(filterCombo);
+ QVERIFY(filterCombo);
filterCombo->setEditable(true);
QTest::mouseClick(filterCombo, Qt::LeftButton);
QTest::keyPress(filterCombo, Qt::Key_X);