diff options
author | Gabriel de Dietrich <gabriel.dietrich-de@nokia.com> | 2011-04-28 14:39:08 (GMT) |
---|---|---|
committer | Gabriel de Dietrich <gabriel.dietrich-de@nokia.com> | 2011-04-28 14:39:08 (GMT) |
commit | b198fa1cd226df11fbcae28021922e15e745ed1e (patch) | |
tree | 30ba4c3d927e6dca3ef61aa6d11ab990405f1524 /tests | |
parent | 7a5e3b9e336efabcf0af1fba1feecf49d000331f (diff) | |
download | Qt-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
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/q3combobox/tst_q3combobox.cpp | 4 |
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++ ) { |