No more windows paths in tests.
This commit is contained in:
@ -99,11 +99,7 @@ slots:
|
||||
ops << DownloadUpdateTask::UpdateOperation::CopyOp("sourceOne", "destOne", 0777)
|
||||
<< DownloadUpdateTask::UpdateOperation::CopyOp("MultiMC.exe", "M/u/l/t/i/M/C/e/x/e")
|
||||
<< DownloadUpdateTask::UpdateOperation::DeleteOp("toDelete.abc");
|
||||
#if defined(Q_OS_WIN)
|
||||
auto testFile = "tests/data/tst_DownloadUpdateTask-test_writeInstallScript_win32.xml";
|
||||
#else
|
||||
auto testFile = "tests/data/tst_DownloadUpdateTask-test_writeInstallScript.xml";
|
||||
#endif
|
||||
const QString script = QDir::temp().absoluteFilePath("MultiMCUpdateScript.xml");
|
||||
QVERIFY(task.writeInstallScript(ops, script));
|
||||
QCOMPARE(TestsInternal::readFileUtf8(script).replace(QRegExp("[\r\n]+"), "\n"),
|
||||
|
Reference in New Issue
Block a user