Author: gedmurphy Date: Tue Jun 13 00:26:30 2006 New Revision: 22328
URL: http://svn.reactos.ru/svn/reactos?rev=22328&view=rev Log: enable all tests
Modified: trunk/reactos/regtests/winetests/comctl32/testlist.c
Modified: trunk/reactos/regtests/winetests/comctl32/testlist.c URL: http://svn.reactos.ru/svn/reactos/trunk/reactos/regtests/winetests/comctl32/... ============================================================================== --- trunk/reactos/regtests/winetests/comctl32/testlist.c (original) +++ trunk/reactos/regtests/winetests/comctl32/testlist.c Tue Jun 13 00:26:30 2006 @@ -23,19 +23,19 @@
const struct test winetest_testlist[] = { -// { "comboex", func_comboex }, + { "comboex", func_comboex }, { "dpa", func_dpa }, -// { "header", func_header }, -// { "imagelist", func_imagelist }, -// { "monthcal", func_monthcal }, + { "header", func_header }, + { "imagelist", func_imagelist }, + { "monthcal", func_monthcal }, { "mru", func_mru }, -// { "progress", func_progress }, -// { "propsheet", func_propsheet }, + { "progress", func_progress }, + { "propsheet", func_propsheet }, { "subclass", func_subclass }, { "tab", func_tab }, -// { "toolbar", func_toolbar }, -// { "tooltips", func_tooltips }, -// { "treeview", func_treeview }, -// { "updown", func_updown }, + { "toolbar", func_toolbar }, + { "tooltips", func_tooltips }, + { "treeview", func_treeview }, + { "updown", func_updown }, { 0, 0 } };