Skip to content

Commit

Permalink
Correct a policy test case.
Browse files Browse the repository at this point in the history
BUG=chromium:879737
TEST=This is a test case.

Change-Id: I57c11e9ad663081ec6ee56b5dd4afa58db470384
Reviewed-on: https://chromium-review.googlesource.com/1211113
Reviewed-by: Maksim Ivanov <[email protected]>
Commit-Queue: Tim Zheng <[email protected]>
Cr-Commit-Position: refs/heads/master@{#589347}
  • Loading branch information
timzheng-g authored and Commit Bot committed Sep 6, 2018
1 parent a9c1bc8 commit 97de8a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chrome/test/data/policy/policy_test_cases.json
Original file line number Diff line number Diff line change
Expand Up @@ -3825,10 +3825,10 @@
"VirtualMachinesAllowed": {
"os": ["chromeos"],
"test_policy": {
"virtual_machines_allowed": false
"virtual_machines_allowed": true
},
"pref_mappings": [
{ "pref": "cros.virtual_machines_allowed"}
{ "pref": "cros.device.virtual_machines_allowed"}
]
},

Expand Down

0 comments on commit 97de8a0

Please sign in to comment.