Improve QBuffer autotest
authorJason McDonald <jason.mcdonald@nokia.com>
Mon, 31 Oct 2011 02:30:14 +0000 (12:30 +1000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 31 Oct 2011 05:58:15 +0000 (06:58 +0100)
commita13b24eac09fec5da41fec63c8db986e7121d1c6
tree9332a900864b60033e74296cd39789192546f22c
parentbe16b833a5a017e4a93f27e8e9c56afced555a8d
Improve QBuffer autotest

The documentation of QIODevice::pos() states: "For sequential devices or
closed devices, where there is no concept of a "current position", 0 is
returned".  The test had a disabled check for a position of -1 before
the device is opened.  Make the test agree with the documentation.

Change-Id: Ide5729bfc825cdb84caf4851574a57d3ef42ccb2
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
tests/auto/corelib/io/qbuffer/tst_qbuffer.cpp