mirror of
https://github.com/reactos/reactos.git
synced 2025-07-29 10:12:00 +00:00
[MSTASK_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67091
This commit is contained in:
parent
3786bae790
commit
a7321a085f
1 changed files with 0 additions and 1 deletions
|
@ -282,7 +282,6 @@ static void test_SetTrigger_GetTrigger(void)
|
|||
normal_trigger_state.wStartHour = 24;
|
||||
hres = ITaskTrigger_SetTrigger(test_trigger, &normal_trigger_state);
|
||||
ok(hres == E_INVALIDARG, "Expected E_INVALIDARG: 0x%08x\n", hres);
|
||||
normal_trigger_state.wStartHour = 3;
|
||||
normal_trigger_state.wStartHour = 60;
|
||||
hres = ITaskTrigger_SetTrigger(test_trigger, &normal_trigger_state);
|
||||
ok(hres == E_INVALIDARG, "Expected E_INVALIDARG: 0x%08x\n", hres);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue