You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TestStep("2", "TH writes to the Presets attribute without calling the StartPresetsSchedulesEditRequest command",
120
-
"Verify that the Presets attribute was not updated."),
120
+
"Verify that the write request returns INVALID_IN_STATE error since the client didn't send a request to edit the presets by calling StartPresetsSchedulesEditRequest command."),
121
121
TestStep("3", "TH writes to the Presets attribute after calling the StartPresetsSchedulesEditRequest command but doesn't call CommitPresetsSchedulesRequest to commit",
122
-
"Verify that the Presets attribute was not updated."),
122
+
"Verify that the Presets attribute was not updated since CommitPresetsSchedulesRequest command was not called."),
123
123
TestStep("4", "TH writes to the Presets attribute after calling the StartPresetsSchedulesEditRequest command and calls CommitPresetsSchedulesRequest to commit",
124
-
"Verify that the Presets attribute was updated."),
124
+
"Verify that the Presets attribute was updated with new presets."),
125
125
TestStep("5", "TH writes to the Presets attribute with a built-in preset removed",
126
126
"Verify that the CommitPresetsSchedulesRequest returned UNSUPPORTED_ACCESS (0x7e)."),
127
127
TestStep("6", "TH writes to the Presets attribute with a preset removed whose handle matches the value in the ActivePresetHandle attribute",
0 commit comments