summaryrefslogtreecommitdiffstats
path: root/tests/auto/installer/settings/data
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/installer/settings/data')
-rw-r--r--tests/auto/installer/settings/data/malformed_config.xml8
-rw-r--r--tests/auto/installer/settings/data/tutorial_config.xml9
2 files changed, 17 insertions, 0 deletions
diff --git a/tests/auto/installer/settings/data/malformed_config.xml b/tests/auto/installer/settings/data/malformed_config.xml
new file mode 100644
index 000000000..ebac3027c
--- /dev/null
+++ b/tests/auto/installer/settings/data/malformed_config.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Installer>
+ <Name>Your application</Name>
+ <Version>1.2.3</Version>
+ <Title>Your application Installer</Title>
+ <Publisher>Your vendor</Publisher>
+ <StartMenuDir>Super App</StartMenuDir>
+ <TargetDir>@rootDir@InstallationDirectory</TargetDir>
diff --git a/tests/auto/installer/settings/data/tutorial_config.xml b/tests/auto/installer/settings/data/tutorial_config.xml
new file mode 100644
index 000000000..235434776
--- /dev/null
+++ b/tests/auto/installer/settings/data/tutorial_config.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Installer>
+ <Name>Your application</Name>
+ <Version>1.2.3</Version>
+ <Title>Your application Installer</Title>
+ <Publisher>Your vendor</Publisher>
+ <StartMenuDir>Super App</StartMenuDir>
+ <TargetDir>@rootDir@InstallationDirectory</TargetDir>
+</Installer>