mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 09:59:59 +03:00
No more windows paths in tests.
This commit is contained in:
parent
8edd0100e8
commit
0d7b411729
2 changed files with 0 additions and 21 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue