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:
parent
325f96b952
commit
caafc3c637
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue