diff options
author | Prasanth Ullattil <prasanth.ullattil@nokia.com> | 2010-09-01 14:25:43 (GMT) |
---|---|---|
committer | Prasanth Ullattil <prasanth.ullattil@nokia.com> | 2010-09-01 14:25:43 (GMT) |
commit | 34d8b4f0fa7f039504b62f2bbf84668f5345b643 (patch) | |
tree | 679d24867e714c4d1481310d45ac751ee9e5d5d4 /tests | |
parent | f6e118d7ec781a97e8648145d4dfdb40516b13b4 (diff) | |
download | Qt-34d8b4f0fa7f039504b62f2bbf84668f5345b643.zip Qt-34d8b4f0fa7f039504b62f2bbf84668f5345b643.tar.gz Qt-34d8b4f0fa7f039504b62f2bbf84668f5345b643.tar.bz2 |
Updated comment in tst_QFileSystemEntry autotest
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/qfilesystementry/tst_qfilesystementry.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qfilesystementry/tst_qfilesystementry.cpp b/tests/auto/qfilesystementry/tst_qfilesystementry.cpp index f4def8d..5194c02 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); } |