Commit caafc3c6 authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

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

parent 325f96b9
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment