Commit 576a3983 authored by Alexandre Julliard's avatar Alexandre Julliard

comctl32/tests: Fix a number of listview message test failures.

parent 4f71d33d
......@@ -129,6 +129,11 @@ void ok_sequence_(struct msg_sequence **seq, int sequence_index,
if (expected->flags & id)
{
if (expected->id != actual->id && expected->flags & optional)
{
expected++;
continue;
}
if (expected->id != actual->id && todo)
{
todo_wine
......
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