summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/installer/settings/data/full_config.xml3
-rw-r--r--tests/auto/installer/settings/tst_settings.cpp1
2 files changed, 0 insertions, 4 deletions
diff --git a/tests/auto/installer/settings/data/full_config.xml b/tests/auto/installer/settings/data/full_config.xml
index 2b11c0166..9f06703b0 100644
--- a/tests/auto/installer/settings/data/full_config.xml
+++ b/tests/auto/installer/settings/data/full_config.xml
@@ -29,9 +29,6 @@ File should contain all elements we allow in a config.xml
<RunProgram>myapp</RunProgram>
<RunProgramDescription>Launch MyApp</RunProgramDescription>
- <SigningCertificate>certificate1</SigningCertificate>
- <SigningCertificate>certificate2</SigningCertificate>
-
<DependsOnLocalInstallerBinary>true</DependsOnLocalInstallerBinary>
<AllowSpaceInPath>true</AllowSpaceInPath>
<AllowNonAsciiCharacters>true</AllowNonAsciiCharacters>
diff --git a/tests/auto/installer/settings/tst_settings.cpp b/tests/auto/installer/settings/tst_settings.cpp
index 9fbbd8292..492974a5a 100644
--- a/tests/auto/installer/settings/tst_settings.cpp
+++ b/tests/auto/installer/settings/tst_settings.cpp
@@ -51,7 +51,6 @@ void tst_Settings::loadTutorialConfig()
QCOMPARE(settings.repositorySettingsPageVisible(), true);
QCOMPARE(settings.hasReplacementRepos(), false);
QCOMPARE(settings.allowSpaceInPath(), false);
- QCOMPARE(settings.certificateFiles(), QStringList());
QCOMPARE(settings.allowNonAsciiCharacters(), false);
QCOMPARE(settings.hasReplacementRepos(), false);