Fix the LargeFile test for Windows
commitb402b8c4216ebb2d7db1e7e6cd33a45d1af422e9
authorJoão Abecasis <joao@abecasis.name>
Fri, 23 Oct 2009 09:48:51 +0000 (23 11:48 +0200)
committerJoão Abecasis <joao@abecasis.name>
Fri, 23 Oct 2009 13:06:25 +0000 (23 15:06 +0200)
treeafda21b7b05c58f5a47e1fcf99558448878c8862
parent2ad49361eeb1ad14a2b9c6c95a9d20d20f9aa851
Fix the LargeFile test for Windows

The test assumed fileName was stable, but it is documented behaviour
that this can be reset when a file descriptor or FILE* stream is
associated with a QFile. This was the case on Windows.
tests/auto/qfile/largefile/tst_largefile.cpp