summaryrefslogtreecommitdiffstats
path: root/tests/auto/q3combobox
diff options
context:
space:
mode:
authorGabriel de Dietrich <gabriel.dietrich-de@nokia.com>2011-04-28 16:39:08 +0200
committerGabriel de Dietrich <gabriel.dietrich-de@nokia.com>2011-04-28 16:39:08 +0200
commitb198fa1cd226df11fbcae28021922e15e745ed1e (patch)
tree30ba4c3d927e6dca3ef61aa6d11ab990405f1524 /tests/auto/q3combobox
parent7a5e3b9e336efabcf0af1fba1feecf49d000331f (diff)
Disable tst_Q3ComboBox::task231724_clear on Mac
Wrong auto-test for this platform. Reviewed-by: Jan-Arve
Diffstat (limited to 'tests/auto/q3combobox')
-rw-r--r--tests/auto/q3combobox/tst_q3combobox.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/q3combobox/tst_q3combobox.cpp b/tests/auto/q3combobox/tst_q3combobox.cpp
index 17bd861f2f..825acb255b 100644
--- a/tests/auto/q3combobox/tst_q3combobox.cpp
+++ b/tests/auto/q3combobox/tst_q3combobox.cpp
@@ -1004,6 +1004,10 @@ void tst_Q3ComboBox::wheelEvent()
void tst_Q3ComboBox::task231724_clear()
{
+#ifdef Q_WS_MACX
+ return; // On Mac, we don't use a ListBox for the popup
+#endif
+
Q3ComboBox box;
for ( int i = 0; i <50; i++ ) {