From bdc558019ac6660a32d20a428a8694ef6bd4d4d3 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Fri, 18 Oct 2013 18:40:39 +0200 Subject: tests: Replace Q_OS_MACX -> Q_OS_OSX Use the correct identifier for the OS X operating system. Change-Id: I7158a6b77e5e7418bc6b0a565f003500820a346d Reviewed-by: Jake Petroules Reviewed-by: Eike Ziller --- tests/auto/gui/kernel/qwindow/tst_qwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto/gui/kernel/qwindow/tst_qwindow.cpp') diff --git a/tests/auto/gui/kernel/qwindow/tst_qwindow.cpp b/tests/auto/gui/kernel/qwindow/tst_qwindow.cpp index 7ad7880330..c4983f4462 100644 --- a/tests/auto/gui/kernel/qwindow/tst_qwindow.cpp +++ b/tests/auto/gui/kernel/qwindow/tst_qwindow.cpp @@ -223,7 +223,7 @@ void tst_QWindow::positioning() window.setWindowState(Qt::WindowFullScreen); QCoreApplication::processEvents(); -#ifdef Q_OS_MACX +#ifdef Q_OS_OSX QEXPECT_FAIL("", "Multiple failures in this test on Mac OS X, see QTBUG-23059", Abort); #endif QTRY_COMPARE(window.received(QEvent::Resize), 2); -- cgit v1.2.3