Disabled test on WINCE.

The winapi call used to load the icon does not
support the arguments on windows ce

Change-Id: Ia600eb9b05d5eb40778d8c281e6ce8278bfd7177
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
bb10
Bjoern Breitmeyer 2013-05-13 18:13:20 +02:00 committed by The Qt Project
parent 3194df547e
commit c9e1c947d4
1 changed files with 2 additions and 0 deletions

View File

@ -1005,6 +1005,7 @@ void tst_QPixmap::fromWinHICON_data()
void tst_QPixmap::fromWinHICON()
{
#ifndef Q_OS_WINCE
QFETCH(int, width);
QFETCH(int, height);
QFETCH(QString, image);
@ -1020,6 +1021,7 @@ void tst_QPixmap::fromWinHICON()
// between QImage::Format_ARGB32 and QImage::Format_ARGB32_Premultiplied, or elsewhere
QVERIFY(compareImages(imageFromHICON, imageFromFile));
#endif // Q_OS_WINCE
}
#endif // Q_OS_WIN