Uncomment disabled code in QResourceEngine autotest.

Resource files are expected to be readable.

Change-Id: Ife2b624e69b58e2fb996bc3e210a6e6c5c6852fe
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
This commit is contained in:
Jason McDonald 2012-03-13 17:06:09 +10:00 committed by Qt by Nokia
parent 16045184e3
commit f4dfb55243

View File

@ -311,7 +311,7 @@ void tst_QResourceEngine::checkStructure()
QVERIFY(fileInfo.exists());
QCOMPARE(fileInfo.isDir(), directory);
QCOMPARE(fileInfo.size(), contentsSize);
//QVERIFY(fileInfo.isReadable());
QVERIFY(fileInfo.isReadable());
QVERIFY(!fileInfo.isWritable());
QVERIFY(!fileInfo.isExecutable());