enable all tests

svn path=/trunk/; revision=22328
This commit is contained in:
Ged Murphy 2006-06-12 20:26:30 +00:00
parent 5eae6f4526
commit f921860cdc

View file

@ -23,19 +23,19 @@ extern void func_updown(void);
const struct test winetest_testlist[] = const struct test winetest_testlist[] =
{ {
// { "comboex", func_comboex }, { "comboex", func_comboex },
{ "dpa", func_dpa }, { "dpa", func_dpa },
// { "header", func_header }, { "header", func_header },
// { "imagelist", func_imagelist }, { "imagelist", func_imagelist },
// { "monthcal", func_monthcal }, { "monthcal", func_monthcal },
{ "mru", func_mru }, { "mru", func_mru },
// { "progress", func_progress }, { "progress", func_progress },
// { "propsheet", func_propsheet }, { "propsheet", func_propsheet },
{ "subclass", func_subclass }, { "subclass", func_subclass },
{ "tab", func_tab }, { "tab", func_tab },
// { "toolbar", func_toolbar }, { "toolbar", func_toolbar },
// { "tooltips", func_tooltips }, { "tooltips", func_tooltips },
// { "treeview", func_treeview }, { "treeview", func_treeview },
// { "updown", func_updown }, { "updown", func_updown },
{ 0, 0 } { 0, 0 }
}; };