summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2011-11-18 10:31:12 +1000
committerQt by Nokia <qt-info@nokia.com>2011-11-18 04:51:09 +0100
commit97cd812d65b8605b86b960a0f8a8ad797ee49653 (patch)
tree4d18387d0a1d83c2f1810336d7da46dcf3640080
parent40b5b34d0bd34386a69bc75080931b25cc2fceb7 (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 a test failure that no longer occurs. Change-Id: I01f372f6a4f48110711f4f2a86e73acfb7134e24 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
-rw-r--r--tests/auto/corelib/io/qdatastream/tst_qdatastream.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/auto/corelib/io/qdatastream/tst_qdatastream.cpp b/tests/auto/corelib/io/qdatastream/tst_qdatastream.cpp
index f4d0ede95c..9756eef8f9 100644
--- a/tests/auto/corelib/io/qdatastream/tst_qdatastream.cpp
+++ b/tests/auto/corelib/io/qdatastream/tst_qdatastream.cpp
@@ -1539,12 +1539,6 @@ void tst_QDataStream::stream_QPen_data()
void tst_QDataStream::stream_QPen()
{
- /*
- edba:
- data6 fails because the width is clipped to a byte (max 255) in the datastream.
- This limitation is not documented.
- */
-
STREAM_IMPL(QPen);
}