From f921860cdc498c634133753b86f0c92c4d059408 Mon Sep 17 00:00:00 2001 From: Ged Murphy Date: Mon, 12 Jun 2006 20:26:30 +0000 Subject: [PATCH] enable all tests svn path=/trunk/; revision=22328 --- .../regtests/winetests/comctl32/testlist.c | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/reactos/regtests/winetests/comctl32/testlist.c b/reactos/regtests/winetests/comctl32/testlist.c index e8f4673c288..4a769e88cb6 100644 --- a/reactos/regtests/winetests/comctl32/testlist.c +++ b/reactos/regtests/winetests/comctl32/testlist.c @@ -23,19 +23,19 @@ extern void func_updown(void); 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 } };