Remove obsolete test data from QFileInfo test.
authorJason McDonald <jason.mcdonald@nokia.com>
Fri, 18 Nov 2011 00:45:02 +0000 (10:45 +1000)
committerQt Continuous Integration System <qt-info@nokia.com>
Fri, 18 Nov 2011 07:57:16 +0000 (08:57 +0100)
commitf415384cb294ecb5de86d420d2a7a3d495289453
tree8a01906956dacb19400ffd7ed35ba7ef5cb79299
parentae70818ff18f94edb4494a2fb52d8e7ab0c9d2be
Remove obsolete test data from QFileInfo test.

The removed data relied on the test's own source file having no write
permissions, but that is not a valid assumption -- in a source package
the file wouldn't have had write permissions, in Perforce it would have
depended on whether the file had been checked-out for editing and in git
the file would always have write permission.

Change-Id: I000596f122f2765f97a09a08074938c90e2e9f95
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>