Temporarily disable Windows-specific QPrinter autotest.

See QTBUG-22927.

Change-Id: I6022d795bf893797c2ab1a91ffffa7b482109137
Reviewed-by: Oliver Wolff <oliver.wolff@nokia.com>
bb10
Friedemann Kleint 2011-11-29 08:54:26 +01:00 committed by Qt by Nokia
parent 602cab9bb2
commit 45a4a7b3fb
1 changed files with 3 additions and 3 deletions

View File

@ -52,7 +52,7 @@
#include <math.h>
#ifdef Q_WS_WIN
#ifdef Q_OS_WIN
#include <windows.h>
#endif
@ -222,8 +222,8 @@ void tst_QPrinter::testPageSetupDialog()
void tst_QPrinter::testPageSize()
{
#ifndef Q_OS_WIN
QSKIP("QPrinter::winPageSize() does not exist for non-Windows platforms");
#if 1
QSKIP("QPrinter::winPageSize(): Windows only and currently not implemented / QTBUG-22927");
#else
QPrinter prn;