summaryrefslogtreecommitdiffstats
path: root/tests/auto/installer/packagemanagercore/installer-config/config.xml
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@digia.com>2013-11-06 13:05:16 +0100
committerKarsten Heimrich <karsten.heimrich@digia.com>2013-11-06 13:51:55 +0100
commitfd26174d2cf0d8b0887007075a6be2933a1f595a (patch)
tree67ca667d01adabe17991831c132e4db6c5d28ff4 /tests/auto/installer/packagemanagercore/installer-config/config.xml
parent113c0e0450b09816aaa43e26f9646e594533b33c (diff)
Always only delete the install directory if it's empty.
We have to reset the force removal flag inside the operation to not delete any other files/ folders than our own created. Once the flag is set to false, the operation will fail on any file/ folder still left in the install path. Note: the config.rcc is a dummy file to calm down settings class parser warnings. Change-Id: I66efb5836e310bdb1b64e5647ee76c058cea2a7e Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
Diffstat (limited to 'tests/auto/installer/packagemanagercore/installer-config/config.xml')
-rw-r--r--tests/auto/installer/packagemanagercore/installer-config/config.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/installer/packagemanagercore/installer-config/config.xml b/tests/auto/installer/packagemanagercore/installer-config/config.xml
new file mode 100644
index 000000000..adc24631b
--- /dev/null
+++ b/tests/auto/installer/packagemanagercore/installer-config/config.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Installer>
+ <Name>test</Name>
+ <Version>1.0.0</Version>
+</Installer>