From 5878a161e8a4b332fc056874aee4833352dedaa9 Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Mon, 26 Jul 2010 10:50:26 +0200 Subject: Skip tst_QLineEdit::QTBUG697_paletteCurrentColorGroup on non-x11 --- tests/auto/qlineedit/tst_qlineedit.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/auto/qlineedit/tst_qlineedit.cpp b/tests/auto/qlineedit/tst_qlineedit.cpp index 8951130..717b32d 100644 --- a/tests/auto/qlineedit/tst_qlineedit.cpp +++ b/tests/auto/qlineedit/tst_qlineedit.cpp @@ -3716,6 +3716,9 @@ void tst_QLineEdit::taskQTBUG_7395_readOnlyShortcut() void tst_QLineEdit::QTBUG697_paletteCurrentColorGroup() { +#ifndef Q_WS_X11 + QSKIP("Only tested on X11", SkipAll); +#endif QLineEdit le; le.setText(" "); QPalette p = le.palette(); -- cgit v0.12