aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2020-12-10 06:48:02 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2020-12-10 11:14:14 +0000
commit5bbee0439d271fcc3cdc0e46d2c45bba22a1c847 (patch)
tree35630a430f697f628efccacc65db64231d3d269b /tests/auto
parent885abf6147bf2260dc21d9b8e1752d6f39b315ca (diff)
tst_splitview.qml: Fix organization name in settings
Prevent it from cluttering the settings directory with a "Qt Project" directory. Pick-to: 6.0 Change-Id: Ic774852a76eb94073abd937cb65b28fa9e544837 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/controls/data/tst_splitview.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/controls/data/tst_splitview.qml b/tests/auto/controls/data/tst_splitview.qml
index ac6d1a4d..f9dbb1ad 100644
--- a/tests/auto/controls/data/tst_splitview.qml
+++ b/tests/auto/controls/data/tst_splitview.qml
@@ -66,7 +66,7 @@ TestCase {
// For the serialization tests.
Qt.application.name = "qtquickcontrols2-splitview-auto-test"
Qt.application.domain = "org.qt-project"
- Qt.application.organization = "Qt Project"
+ Qt.application.organization = "QtProject"
}
function findHandles(splitView) {