mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-06 14:07:38 +03:00
Disable TestQSaveFile::transactionalWriteErrorRenaming() on Windows.
QSaveFile::setPermissions() is not implemented in the QIODevice based version for Qt 4.
This commit is contained in:
parent
59847f4f30
commit
47d3c7e05a
1 changed files with 2 additions and 0 deletions
|
@ -152,6 +152,7 @@ void TestQSaveFile::transactionalWriteCanceled()
|
|||
|
||||
void TestQSaveFile::transactionalWriteErrorRenaming()
|
||||
{
|
||||
#ifndef Q_OS_WIN
|
||||
const QString dir = tmpDir();
|
||||
QVERIFY(!dir.isEmpty());
|
||||
const QString targetFile = dir + QString::fromLatin1("/outfile");
|
||||
|
@ -178,6 +179,7 @@ void TestQSaveFile::transactionalWriteErrorRenaming()
|
|||
#else
|
||||
QVERIFY(file.setPermissions(QFile::ReadOwner | QFile::WriteOwner));
|
||||
#endif
|
||||
#endif // !Q_OS_WIN
|
||||
}
|
||||
|
||||
QString TestQSaveFile::tmpDir()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue