[ros-diffs] [gedmurphy] 22328: enable all tests

gedmurphy at svn.reactos.org gedmurphy at svn.reactos.org
Mon Jun 12 22:26:30 CEST 2006


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/testlist.c?rev=22328&r1=22327&r2=22328&view=diff
==============================================================================
--- 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 }
 };




More information about the Ros-diffs mailing list