No more windows paths in tests.

This commit is contained in:
Petr Mrázek
2013-12-25 03:25:21 +01:00
parent 8edd0100e8
commit 0d7b411729
2 changed files with 0 additions and 21 deletions

View File

@ -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"),