From 4de56b1b4dc3a741f68f49efd19d157b1084f6c0 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Mon, 22 Jan 2007 13:20:57 -0800 Subject: [PATCH] comctl32: Fix the updown control test to use the optional flag. --- dlls/comctl32/tests/updown.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/comctl32/tests/updown.c b/dlls/comctl32/tests/updown.c index 9a9c493deff..7caa0b303c9 100644 --- a/dlls/comctl32/tests/updown.c +++ b/dlls/comctl32/tests/updown.c @@ -282,6 +282,8 @@ static void ok_sequence_(int sequence_index, const struct message *expected, expected++; actual++; } + else if (expected->flags & optional) + expected++; else if (todo) { failcount++;