summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto')
-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 d52514642..b66764a6e 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 a578ea37e..a4239c1dc 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/"));