mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 18:32:55 +00:00
add note about the tst_QFileInfo::fileTimes() test
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
fb2849a589
commit
c888e37af5
1 changed files with 1 additions and 0 deletions
|
@ -751,6 +751,7 @@ void tst_QFileInfo::fileTimes()
|
|||
QCOMPARE(line, fileName);
|
||||
}
|
||||
|
||||
// NOTE: the test will fail if the the filesystem is mounted with noatime
|
||||
QFileInfo fileInfo(fileName);
|
||||
QVERIFY(fileInfo.lastRead() > beforeRead);
|
||||
QVERIFY(fileInfo.lastModified() > beforeWrite);
|
||||
|
|
Loading…
Add table
Reference in a new issue