summaryrefslogtreecommitdiffstats
path: root/tests/auto/installer/settings/data
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@digia.com>2013-02-12 10:07:19 +0100
committerKai Koehne <kai.koehne@digia.com>2013-02-13 17:12:53 +0100
commit52c09f5618db5b793cb1a4114c7f35c7d13a3967 (patch)
tree54ddc1973affe210c57046dd8088e97c5a904315 /tests/auto/installer/settings/data
parentaa00cc506013b0de8c68e657974a3d1ab5241880 (diff)
Add auto-test for QInstaller::Settings
Change-Id: I693f051636a81c395b3c75701a803ea7593a1fc1 Reviewed-by: Niels Weber <niels.weber@digia.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
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>