- Fix test. ATM AW and WA testing is going well.

svn path=/trunk/; revision=60779
This commit is contained in:
James Tabor 2013-10-27 22:34:44 +00:00
parent 47b5950895
commit df6ecd9a0a

View file

@ -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)