mirror of
https://github.com/reactos/reactos.git
synced 2025-04-18 11:36:46 +00:00
- Fix test. ATM AW and WA testing is going well.
svn path=/trunk/; revision=60779
This commit is contained in:
parent
47b5950895
commit
df6ecd9a0a
1 changed files with 2 additions and 2 deletions
|
@ -268,8 +268,8 @@ static void test_CBN_SELCHANGE(void)
|
|||
static const int sel_2[] = { 0, 1, 0, 0, 1 };
|
||||
|
||||
test_selection(CBS_SIMPLE, text, sel_1, sel_2);
|
||||
//test_selection(CBS_DROPDOWN, text, sel_1, sel_2);
|
||||
//test_selection(CBS_DROPDOWNLIST, text, sel_2, sel_2);
|
||||
test_selection(CBS_DROPDOWN, text, sel_1, sel_2);
|
||||
test_selection(CBS_DROPDOWNLIST, text, sel_2, sel_2);
|
||||
}
|
||||
|
||||
static void test_WM_LBUTTONDOWN(void)
|
||||
|
|
Loading…
Reference in a new issue