diff --git a/testData/preferences/snapset_2a.json5 b/testData/preferences/snapset_2a.json5 index 16d167b66..c5c0443f7 100644 --- a/testData/preferences/snapset_2a.json5 +++ b/testData/preferences/snapset_2a.json5 @@ -25,6 +25,9 @@ "http://registry.gpii.net/common/highContrast/enabled": true, "http://registry.gpii.net/common/highContrastTheme": "white-black", "http://registry.gpii.net/common/supportTool": ["dictionary"] + }, + "http://registry.gpii.net/applications/net.gpii.psp": { + "http://registry.gpii.net/common/language": "en" } } } diff --git a/testData/preferences/snapset_2b.json5 b/testData/preferences/snapset_2b.json5 index 150bca1c1..5f50db6ca 100644 --- a/testData/preferences/snapset_2b.json5 +++ b/testData/preferences/snapset_2b.json5 @@ -25,6 +25,9 @@ "http://registry.gpii.net/common/highContrast/enabled": true, "http://registry.gpii.net/common/highContrastTheme": "white-black", "http://registry.gpii.net/common/supportTool": ["dictionary"] + }, + "http://registry.gpii.net/applications/net.gpii.psp": { + "http://registry.gpii.net/common/language": "en" } } } diff --git a/testData/solutions/win32.json5 b/testData/solutions/win32.json5 index 0dd28fd06..532f32146 100644 --- a/testData/solutions/win32.json5 +++ b/testData/solutions/win32.json5 @@ -3206,6 +3206,33 @@ } }, + "net.gpii.psp": { + "name": "Personal Settings Panel", + "contexts": { + "OS": [{ + "id": "win32", + "version": ">=5.0" + }] + }, + "settingsHandlers": { + "configuration": { + "type": "gpii.settingsHandlers.webSockets", + "liveness": "live", + "options": { + "path": "net.gpii.psp" + }, + "supportedSettings": { + "language": {}, + } + } + }, + "isInstalled": [ + { + "type": "gpii.deviceReporter.alwaysInstalled" + } + ] + }, + "net.gpii.uioPlus": { "name": "UIO+", "contexts": { diff --git a/tests/data/preferences/snapset_2c.json5 b/tests/data/preferences/snapset_2c.json5 index 9a39129ff..29b4563b6 100644 --- a/tests/data/preferences/snapset_2c.json5 +++ b/tests/data/preferences/snapset_2c.json5 @@ -15,6 +15,9 @@ "http://registry.gpii.net/common/highContrast/enabled": true, "http://registry.gpii.net/common/highContrastTheme": "white-black", "http://registry.gpii.net/common/supportTool": ["dictionary"] + }, + "http://registry.gpii.net/applications/net.gpii.psp": { + "http://registry.gpii.net/common/language": "en" } } }