summaryrefslogtreecommitdiffstats
path: root/tests/data/tst_DownloadUpdateTask-test_writeInstallScript.xml
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2013-12-15 23:47:57 +0100
committerPetr Mrázek <peterix@gmail.com>2013-12-15 23:47:57 +0100
commit5df86d9ffa53877f7e7b84bafb8dc8134c61ab82 (patch)
tree10bb64b1aaca91e24978302e984e73e1d9908859 /tests/data/tst_DownloadUpdateTask-test_writeInstallScript.xml
parentb773ef08afff14bf0e342578c21122758c26b680 (diff)
parent7f884a18a85eca8c1a395ab0e9d421f17a98f142 (diff)
downloadMultiMC-5df86d9ffa53877f7e7b84bafb8dc8134c61ab82.tar
MultiMC-5df86d9ffa53877f7e7b84bafb8dc8134c61ab82.tar.gz
MultiMC-5df86d9ffa53877f7e7b84bafb8dc8134c61ab82.tar.lz
MultiMC-5df86d9ffa53877f7e7b84bafb8dc8134c61ab82.tar.xz
MultiMC-5df86d9ffa53877f7e7b84bafb8dc8134c61ab82.zip
Merge branch 'updater_tests' of https://github.com/02JanDal/MultiMC5 into develop
Diffstat (limited to 'tests/data/tst_DownloadUpdateTask-test_writeInstallScript.xml')
-rw-r--r--tests/data/tst_DownloadUpdateTask-test_writeInstallScript.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/data/tst_DownloadUpdateTask-test_writeInstallScript.xml b/tests/data/tst_DownloadUpdateTask-test_writeInstallScript.xml
new file mode 100644
index 00000000..09c162ca
--- /dev/null
+++ b/tests/data/tst_DownloadUpdateTask-test_writeInstallScript.xml
@@ -0,0 +1,17 @@
+<update version="3">
+ <install>
+ <file>
+ <source>sourceOne</source>
+ <dest>destOne</dest>
+ <mode>0777</mode>
+ </file>
+ <file>
+ <source>MultiMC.exe</source>
+ <dest>M/u/l/t/i/M/C/e/x/e</dest>
+ <mode>0644</mode>
+ </file>
+ </install>
+ <uninstall>
+ <file>toDelete.abc</file>
+ </uninstall>
+</update>