From dfa0a27d4ba30bfce9fda8214185a973864b09d6 Mon Sep 17 00:00:00 2001 From: axis Date: Mon, 6 Jul 2009 15:53:06 +0200 Subject: Fixed QFile autotest for Symbian. This was originally fixed in 20c635c82d388, but was lost in the merge e74c8dc65e2fe. --- tests/auto/qfile/tst_qfile.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/auto/qfile') diff --git a/tests/auto/qfile/tst_qfile.cpp b/tests/auto/qfile/tst_qfile.cpp index 0f52811b9f..43cbd5cc58 100644 --- a/tests/auto/qfile/tst_qfile.cpp +++ b/tests/auto/qfile/tst_qfile.cpp @@ -1105,8 +1105,10 @@ void tst_QFile::readBrokenLink() QCOMPARE(info2.symLinkTarget(), info1.absoluteFilePath()); QVERIFY(QFile::remove(info2.absoluteFilePath())); +#if !defined(Q_OS_SYMBIAN) QVERIFY(QFile::link("ole/..", "myLink2.lnk")); QCOMPARE(QFileInfo("myLink2.lnk").symLinkTarget(), QDir::currentPath()); +#endif } void tst_QFile::readTextFile_data() -- cgit v1.2.3