summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjkobus <jaroslaw.kobus@digia.com>2014-06-06 14:42:42 +0200
committerKarsten Heimrich <karsten.heimrich@digia.com>2014-06-06 14:50:44 +0200
commitab724c0a379d9b5f115b69cf2dd405cedc06e053 (patch)
treea0450fd3f071e2f6f86f9096880ad55b1f7d1614 /tests
parentfca72823ea2a9c627e86d2fb769929999ed6fe43 (diff)
Fix test
Accordingly to change b4cdc6c9e3ecdc4acbe1882ddd4a3888bb8f2d7c Change-Id: I8c08fcbeb08c6d824b4980000d22de83be90ec70 Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/installer/settings/tst_settings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/installer/settings/tst_settings.cpp b/tests/auto/installer/settings/tst_settings.cpp
index d8756f555..d36c15d5d 100644
--- a/tests/auto/installer/settings/tst_settings.cpp
+++ b/tests/auto/installer/settings/tst_settings.cpp
@@ -64,7 +64,7 @@ void tst_Settings::loadTutorialConfig()
QCOMPARE(settings.dependsOnLocalInstallerBinary(), false);
QCOMPARE(settings.repositorySettingsPageVisible(), true);
QCOMPARE(settings.hasReplacementRepos(), false);
- QCOMPARE(settings.allowSpaceInPath(), false);
+ QCOMPARE(settings.allowSpaceInPath(), true);
QCOMPARE(settings.allowNonAsciiCharacters(), false);
QCOMPARE(settings.hasReplacementRepos(), false);