summaryrefslogtreecommitdiffstats
path: root/tests/auto/qcombobox/tst_qcombobox.cpp
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2011-10-04 14:22:40 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-06 01:27:58 +0200
commit1fad83bac6d8606296588a688862f3883ea6f0d1 (patch)
tree6092b3929b312fb72db5fe408219900f11a688d5 /tests/auto/qcombobox/tst_qcombobox.cpp
parentaa52c26f094f2e109a96d32aad5d9e46f3fcfbd8 (diff)
Remove last remnants of symbian in autotests.
Change-Id: I91489614653cfe4bcf16b723976e33531402a464 Reviewed-on: http://codereview.qt-project.org/5948 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto/qcombobox/tst_qcombobox.cpp')
-rw-r--r--tests/auto/qcombobox/tst_qcombobox.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/auto/qcombobox/tst_qcombobox.cpp b/tests/auto/qcombobox/tst_qcombobox.cpp
index e5ff7e9763..042240164a 100644
--- a/tests/auto/qcombobox/tst_qcombobox.cpp
+++ b/tests/auto/qcombobox/tst_qcombobox.cpp
@@ -1938,13 +1938,7 @@ void tst_QComboBox::itemListPosition()
combo.showPopup();
QTRY_VERIFY(combo.view());
QTRY_VERIFY(combo.view()->isVisible());
-
-#if defined(Q_WS_S60)
- // Assuming that QtS60 style is used, here. But other ones would certainly also fail
- QEXPECT_FAIL("", "QtS60Style does not yet position the combobox popup correctly", Continue);
-#endif
QVERIFY( combo.view()->window()->x() + combo.view()->window()->width() <= screen.x() + screen.width() );
-
}
void tst_QComboBox::separatorItem_data()