Skip to content

Commit

Permalink
Merge branch 'GPII-1094'
Browse files Browse the repository at this point in the history
* GPII-1094:
  GPII-1094: Readded a verifySettings for the cursor solution, as it uses SPI for launching
  GPII-1094: Cleaned up code, removed checks from unecessary places
  GPII-1094: Removed some erroneously added changes to some of the testData files
  GPII-1094: Added verifySettings option to the relevant solutions registry entries. The system will now do the retrying or not depending on that option
  Mock stuff for testing things on mac
  • Loading branch information
amb26 committed Mar 1, 2015
2 parents 9814354 + b18a8c4 commit 90af7ed
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 8 deletions.
2 changes: 1 addition & 1 deletion gpii/node_modules/lifecycleManager/src/LifecycleManager.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 40 additions & 4 deletions gpii/node_modules/settingsHandlers/src/settingsHandlerUtilities.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions testData/solutions/win32.json
Expand Up @@ -801,7 +801,8 @@
"pvParam": {
"type": "struct",
"name": "HIGHCONTRAST"
}
},
"verifySettings": true
},
"capabilities": [
"display.screenEnhancement.-provisional-highContrastEnabled",
Expand Down Expand Up @@ -853,7 +854,8 @@
"uiParam": 0,
"pvParam": {
"type": "UINT"
}
},
"verifySettings": true
},
"capabilities": [
"display.screenEnhancement.mouseTrailing",
Expand Down Expand Up @@ -919,7 +921,8 @@
"SizeWE": "REG_SZ",
"UpArrow": "REG_SZ",
"Wait": "REG_SZ"
}
},
"verifySettings": true
},
"capabilities": [
"display.screenEnhancement.cursorSize",
Expand Down

0 comments on commit 90af7ed

Please sign in to comment.