Skip to content

Commit 11d4205

Browse files
committed
Merge upstream master GPII branch into GPII-4218
2 parents f3fa4fa + 462621e commit 11d4205

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

testData/preferences/sally.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"name": "Default preferences",
1919
"preferences": {
2020
"http://registry.gpii.net/applications/com.microsoft.windows.soundSentry": {
21-
"WindowsEffect": 2
21+
"WindowsEffect": "2"
2222
}
2323
}
2424
}

testData/solutions/win32.json5

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29387,7 +29387,7 @@
2938729387
"hKey": "HKEY_CURRENT_USER",
2938829388
"path": "Control Panel\\Accessibility\\SoundSentry",
2938929389
"dataTypes": {
29390-
"WindowsEffect": "REG_DWORD"
29390+
"WindowsEffect": "REG_SZ"
2939129391
}
2939229392
},
2939329393
"supportedSettings": {
@@ -29396,10 +29396,10 @@
2939629396
"title": "SoundSentry",
2939729397
"description": "Selects the desired visual notification for sounds.",
2939829398
"enum": [
29399-
0,
29400-
1,
29401-
2,
29402-
3
29399+
"0",
29400+
"1",
29401+
"2",
29402+
"3"
2940329403
],
2940429404
"enumLabels": [
2940529405
"No visual alert",

tests/data/preferences/os_win.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@
263263
"Dock": 0
264264
},
265265
"http://registry.gpii.net/applications/com.microsoft.windows.soundSentry": {
266-
"WindowsEffect": 2
266+
"WindowsEffect": "2"
267267
},
268268
"http://registry.gpii.net/applications/com.microsoft.windows.volumeControl": {
269269
"Volume": {

tests/platform/windows/windows-builtIn-testSpec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -720,13 +720,13 @@ gpii.tests.windows.builtIn = [
720720
}],
721721
"com.microsoft.windows.soundSentry": [{
722722
"settings": {
723-
"WindowsEffect": 2
723+
"WindowsEffect": "2"
724724
},
725725
"options": {
726726
"hKey": "HKEY_CURRENT_USER",
727727
"path": "Control Panel\\Accessibility\\SoundSentry",
728728
"dataTypes": {
729-
"WindowsEffect": "REG_DWORD"
729+
"WindowsEffect": "REG_SZ"
730730
}
731731
}
732732
}],

0 commit comments

Comments
 (0)