summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qdatastream/tst_qdatastream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/io/qdatastream/tst_qdatastream.cpp')
-rw-r--r--tests/auto/corelib/io/qdatastream/tst_qdatastream.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/auto/corelib/io/qdatastream/tst_qdatastream.cpp b/tests/auto/corelib/io/qdatastream/tst_qdatastream.cpp
index 21089b5a1b..ef384f86cd 100644
--- a/tests/auto/corelib/io/qdatastream/tst_qdatastream.cpp
+++ b/tests/auto/corelib/io/qdatastream/tst_qdatastream.cpp
@@ -138,8 +138,10 @@ private slots:
void stream_qint64_data();
void stream_qint64();
+#ifndef Q_OS_WINCE
void stream_QIcon_data();
void stream_QIcon();
+#endif
void stream_QEasingCurve_data();
void stream_QEasingCurve();
@@ -1544,20 +1546,18 @@ void tst_QDataStream::stream_QPixmap()
}
#endif
+#ifndef Q_OS_WINCE
+// Test depends on more memory than available on Qt/CE
void tst_QDataStream::stream_QIcon_data()
{
-#ifndef Q_OS_WINCE
stream_data(1);
-#endif
}
void tst_QDataStream::stream_QIcon()
{
-#ifdef Q_OS_WINCE
- QSKIP("Test depends on more memory than available on Qt/CE");
-#endif
STREAM_IMPL(QIcon);
}
+#endif
void tst_QDataStream::writeQPixmap(QDataStream *s)
{