Author: jimtabor
Date: Sun Oct 27 22:34:44 2013
New Revision: 60779
URL:
http://svn.reactos.org/svn/reactos?rev=60779&view=rev
Log:
- Fix test. ATM AW and WA testing is going well.
Modified:
trunk/rostests/winetests/user32/combo.c
Modified: trunk/rostests/winetests/user32/combo.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/user32/combo.c?…
==============================================================================
--- trunk/rostests/winetests/user32/combo.c [iso-8859-1] (original)
+++ trunk/rostests/winetests/user32/combo.c [iso-8859-1] Sun Oct 27 22:34:44 2013
@@ -268,8 +268,8 @@
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)