diff options
author | Shane Kearns <shane.kearns@accenture.com> | 2010-10-13 18:00:00 (GMT) |
---|---|---|
committer | Shane Kearns <shane.kearns@accenture.com> | 2010-10-19 08:34:35 (GMT) |
commit | 9ea66f867c1aeb60dc4e90acefb2258a084740ca (patch) | |
tree | 7830fa8fb30db8b2068e1c6ff07d768cc8facbdc /tests/auto/selftests | |
parent | c822fba71e2949eea3de49009ef99602a4110914 (diff) | |
download | Qt-9ea66f867c1aeb60dc4e90acefb2258a084740ca.zip Qt-9ea66f867c1aeb60dc4e90acefb2258a084740ca.tar.gz Qt-9ea66f867c1aeb60dc4e90acefb2258a084740ca.tar.bz2 |
Autotest for seeking beyond end of file and then writing
File engine refactor caused a regression in the TIFF image codec,
as QFile::seek() previously worked like lseek() / fseek() in posix.
But on symbian the native RFile::Seek api clamps to the end of the file
if you attempt to seek beyond there.
This test checks seek behaviour in the appropriate place, the QFile
auto test.
Reviewed-By: joao
Diffstat (limited to 'tests/auto/selftests')
0 files changed, 0 insertions, 0 deletions