From 4730f54df7edf4775dfddf45f77c60edd86c32d9 Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Sun, 8 Feb 2015 17:56:14 +0100 Subject: SCRATCH separate the generic updater logic from the application --- tests/data/tst_DownloadTask-test_writeInstallScript.xml | 17 +++++++++++++++++ .../tst_DownloadUpdateTask-test_writeInstallScript.xml | 17 ----------------- 2 files changed, 17 insertions(+), 17 deletions(-) create mode 100644 tests/data/tst_DownloadTask-test_writeInstallScript.xml delete mode 100644 tests/data/tst_DownloadUpdateTask-test_writeInstallScript.xml (limited to 'tests/data') diff --git a/tests/data/tst_DownloadTask-test_writeInstallScript.xml b/tests/data/tst_DownloadTask-test_writeInstallScript.xml new file mode 100644 index 00000000..09c162ca --- /dev/null +++ b/tests/data/tst_DownloadTask-test_writeInstallScript.xml @@ -0,0 +1,17 @@ + + + + sourceOne + destOne + 0777 + + + MultiMC.exe + M/u/l/t/i/M/C/e/x/e + 0644 + + + + toDelete.abc + + diff --git a/tests/data/tst_DownloadUpdateTask-test_writeInstallScript.xml b/tests/data/tst_DownloadUpdateTask-test_writeInstallScript.xml deleted file mode 100644 index 09c162ca..00000000 --- a/tests/data/tst_DownloadUpdateTask-test_writeInstallScript.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - sourceOne - destOne - 0777 - - - MultiMC.exe - M/u/l/t/i/M/C/e/x/e - 0644 - - - - toDelete.abc - - -- cgit