summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorNiels Weber <niels.weber@digia.com>2015-02-03 12:56:57 +0100
committerNiels Weber <niels.weber@theqtcompany.com>2015-02-03 12:24:46 +0000
commit5c14027b2cc495d596d0741b052aec6159646ba8 (patch)
tree870e4d4983186149d7181861a2944caf23837b34 /tests
parent380670252dfa56194038ea3af134df9998c52288 (diff)
Revert "Allow spaces in path by default"
The change did the opposite of what it claims. This reverts commit b843bff42705044eb88bc87298873ed6f7a93c55. Change-Id: I79b1527a95ce64472b7cc20bc83649aef1b90127 Reviewed-by: Karsten Heimrich <karsten.heimrich@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 018650b1c..6deea6093 100644
--- a/tests/auto/installer/settings/tst_settings.cpp
+++ b/tests/auto/installer/settings/tst_settings.cpp
@@ -70,7 +70,7 @@ void tst_Settings::loadTutorialConfig()
QCOMPARE(settings.configurationFileName(), QLatin1String("components.xml"));
QCOMPARE(settings.dependsOnLocalInstallerBinary(), false);
QCOMPARE(settings.repositorySettingsPageVisible(), true);
- QCOMPARE(settings.allowSpaceInPath(), false);
+ QCOMPARE(settings.allowSpaceInPath(), true);
QCOMPARE(settings.allowNonAsciiCharacters(), false);
QCOMPARE(settings.createLocalRepository(), false);