mstask/tests: Also test the ITask::GetStatus() return value.

Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Dmitry Timoshkov 2018-04-25 11:34:28 +08:00 committed by Alexandre Julliard
parent 325f96b952
commit caafc3c637
1 changed files with 1 additions and 0 deletions

View File

@ -534,6 +534,7 @@ static void test_task_state(void)
status = 0xdeadbeef;
hr = ITask_GetStatus(test_task, &status);
ok(hr == S_OK, "GetStatus error %#x\n", hr);
ok(status == SCHED_S_TASK_NOT_SCHEDULED, "got %#x\n", status);
if (0) /* crashes under Windows */