summaryrefslogtreecommitdiffstats
path: root/tests/auto/qfilesystementry
diff options
context:
space:
mode:
authorPrasanth Ullattil <prasanth.ullattil@nokia.com>2010-09-01 16:25:43 +0200
committerPrasanth Ullattil <prasanth.ullattil@nokia.com>2010-09-01 16:25:43 +0200
commit34d8b4f0fa7f039504b62f2bbf84668f5345b643 (patch)
tree679d24867e714c4d1481310d45ac751ee9e5d5d4 /tests/auto/qfilesystementry
parentf6e118d7ec781a97e8648145d4dfdb40516b13b4 (diff)
Updated comment in tst_QFileSystemEntry autotest
Diffstat (limited to 'tests/auto/qfilesystementry')
-rw-r--r--tests/auto/qfilesystementry/tst_qfilesystementry.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qfilesystementry/tst_qfilesystementry.cpp b/tests/auto/qfilesystementry/tst_qfilesystementry.cpp
index f4def8d0f5..5194c02e97 100644
--- a/tests/auto/qfilesystementry/tst_qfilesystementry.cpp
+++ b/tests/auto/qfilesystementry/tst_qfilesystementry.cpp
@@ -132,8 +132,8 @@ void tst_QFileSystemEntry::getSetCheck()
QCOMPARE(entry2.isAbsolute(), absolute);
QCOMPARE(entry2.isRelative(), !absolute);
QCOMPARE(entry2.filePath(), filepath);
- // This is entry was created using the native file path,
- // so it should use that without any changes.
+ // Since this entry was created using the native path,
+ // the object shouldnot change nativeFilePath.
QCOMPARE(entry2.nativeFilePath(), nativeFilePath);
QCOMPARE(entry2.fileName(), filename);
}