summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2011-11-18 10:19:11 +1000
committerQt by Nokia <qt-info@nokia.com>2011-11-18 04:51:09 +0100
commit40b5b34d0bd34386a69bc75080931b25cc2fceb7 (patch)
tree4ece7477cf5b8dedb40c4fac8950f7e7c5664746
parent93d2519d99d0ab29440a31f88dd978c3f031c08c (diff)
Remove obsolete comment from QDataStream test.
The removed comment was introduced before the tests were imported into the Qt repository in 2006 and seems to relate to code that no longer exists. Change-Id: Ic21e46fe0157adf5be9dc62de098517b7b27c310 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
-rw-r--r--tests/auto/corelib/io/qdatastream/tst_qdatastream.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/corelib/io/qdatastream/tst_qdatastream.cpp b/tests/auto/corelib/io/qdatastream/tst_qdatastream.cpp
index aa63db4852..f4d0ede95c 100644
--- a/tests/auto/corelib/io/qdatastream/tst_qdatastream.cpp
+++ b/tests/auto/corelib/io/qdatastream/tst_qdatastream.cpp
@@ -1463,9 +1463,6 @@ void tst_QDataStream::readQImage(QDataStream *s)
QVERIFY(d12.depth() == ref.depth());
QVERIFY(d12.colorCount() == ref.colorCount());
QVERIFY(d12.hasAlphaChannel() == ref.hasAlphaChannel());
-
-// ################ Bug : ref and orig has ff in alpha; readback has 0
-// ### (Was like this in 1.44 as well)
}
// ************************************