summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@theqtcompany.com>2014-12-04 12:55:47 +0100
committerKai Koehne <kai.koehne@theqtcompany.com>2014-12-08 13:49:52 +0100
commitb843bff42705044eb88bc87298873ed6f7a93c55 (patch)
tree447d8e3185db0a4d96521c08157299a5d5fe3302 /tests
parent094ec05349bdf6f9981e6144ee773c13f03a438e (diff)
Allow spaces in path by default
Change-Id: Iff1e5056a2465977fd6930f94a649ce51dd0fcd0 Reviewed-by: Niels Weber <niels.weber@theqtcompany.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 54d6dc66e..5f806763a 100644
--- a/tests/auto/installer/settings/tst_settings.cpp
+++ b/tests/auto/installer/settings/tst_settings.cpp
@@ -68,7 +68,7 @@ void tst_Settings::loadTutorialConfig()
QCOMPARE(settings.configurationFileName(), QLatin1String("components.xml"));
QCOMPARE(settings.dependsOnLocalInstallerBinary(), false);
QCOMPARE(settings.repositorySettingsPageVisible(), true);
- QCOMPARE(settings.allowSpaceInPath(), true);
+ QCOMPARE(settings.allowSpaceInPath(), false);
QCOMPARE(settings.allowNonAsciiCharacters(), false);
QCOMPARE(settings.hasReplacementRepos(), false);