summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorOlivier Goffart <olivier.goffart@nokia.com>2010-08-17 09:11:15 (GMT)
committerOlivier Goffart <olivier.goffart@nokia.com>2010-08-17 09:11:15 (GMT)
commitd7213ecceabf79de561cd276429372e09464e62c (patch)
tree370b42452a345d99442a6613fbb3293a76cce9f2 /tests/auto
parent95502f28e3ef5ca8512a13d304988d6d0cf30524 (diff)
downloadQt-d7213ecceabf79de561cd276429372e09464e62c.zip
Qt-d7213ecceabf79de561cd276429372e09464e62c.tar.gz
Qt-d7213ecceabf79de561cd276429372e09464e62c.tar.bz2
tst_QDataStream::stream_QPixmap: actualy test QPixmap.
Because of a type, QIcon was tested twicen and QPixmap was not tested
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/qdatastream/tst_qdatastream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qdatastream/tst_qdatastream.cpp b/tests/auto/qdatastream/tst_qdatastream.cpp
index 31e12fe..c03bc71 100644
--- a/tests/auto/qdatastream/tst_qdatastream.cpp
+++ b/tests/auto/qdatastream/tst_qdatastream.cpp
@@ -1820,7 +1820,7 @@ void tst_QDataStream::stream_QPixmap()
#ifdef Q_OS_WINCE
QSKIP("Test depends on more memory than available on Qt/CE", SkipAll);
#endif
- STREAM_IMPL(QIcon);
+ STREAM_IMPL(QPixmap);
}
void tst_QDataStream::stream_QIcon_data()