summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriel de Dietrich <gabriel.dietrich-de@nokia.com>2011-04-28 14:39:08 (GMT)
committerGabriel de Dietrich <gabriel.dietrich-de@nokia.com>2011-04-28 14:39:08 (GMT)
commitb198fa1cd226df11fbcae28021922e15e745ed1e (patch)
tree30ba4c3d927e6dca3ef61aa6d11ab990405f1524
parent7a5e3b9e336efabcf0af1fba1feecf49d000331f (diff)
downloadQt-b198fa1cd226df11fbcae28021922e15e745ed1e.zip
Qt-b198fa1cd226df11fbcae28021922e15e745ed1e.tar.gz
Qt-b198fa1cd226df11fbcae28021922e15e745ed1e.tar.bz2
Disable tst_Q3ComboBox::task231724_clear on Mac
Wrong auto-test for this platform. Reviewed-by: Jan-Arve
-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 17bd861..825acb2 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++ ) {