summaryrefslogtreecommitdiffstats
path: root/tests/auto/installer/settings
diff options
context:
space:
mode:
authorNiels Weber <niels.weber@digia.com>2013-03-18 14:44:30 +0100
committerNiels Weber <niels.weber@digia.com>2013-03-18 15:41:19 +0100
commit356b68c4fc5f81d74dc5ecc8e8ac76d5e055cc38 (patch)
treec49f4ae485b586ed04894cb3cd7be0f4f61ad49c /tests/auto/installer/settings
parent3d3e6ad7f9b1ded891364b840d7d7b6292ff30cc (diff)
Remove LogoSmall as it never did anything anyway.
Change-Id: Ib3f2e2cdc44c06fe8f3c98ce3ddc7c72811eb8da Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
Diffstat (limited to 'tests/auto/installer/settings')
-rw-r--r--tests/auto/installer/settings/data/full_config.xml1
-rw-r--r--tests/auto/installer/settings/tst_settings.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/installer/settings/data/full_config.xml b/tests/auto/installer/settings/data/full_config.xml
index 9f06703b0..cde9f6310 100644
--- a/tests/auto/installer/settings/data/full_config.xml
+++ b/tests/auto/installer/settings/data/full_config.xml
@@ -16,7 +16,6 @@ File should contain all elements we allow in a config.xml
<Icon>icon</Icon>
<Logo>logo</Logo>
- <LogoSmall>logo_small</LogoSmall>
<Watermark>watermark</Watermark>
<Background>background</Background>
diff --git a/tests/auto/installer/settings/tst_settings.cpp b/tests/auto/installer/settings/tst_settings.cpp
index 073d7b7d1..1cc0fef00 100644
--- a/tests/auto/installer/settings/tst_settings.cpp
+++ b/tests/auto/installer/settings/tst_settings.cpp
@@ -35,7 +35,6 @@ void tst_Settings::loadTutorialConfig()
// default values
QCOMPARE(settings.logo(), QLatin1String(":///data/"));
- QCOMPARE(settings.logoSmall(), QLatin1String(":///data/"));
QCOMPARE(settings.url(), QString());
QCOMPARE(settings.watermark(), QLatin1String(":///data/"));
QCOMPARE(settings.background(), QLatin1String(":///data/"));