Sync shell32 and mshtml winetests (this time with modified testlist.c). This will...
[reactos.git] / rostests / winetests / shell32 / testlist.c
index c432c06..8f91195 100644 (file)
@@ -12,11 +12,11 @@ extern void func_generated(void);
 extern void func_progman_dde(void);
 extern void func_shelllink(void);
 extern void func_shellpath(void);
-extern void func_shfldr_netplaces(void);
 extern void func_shfldr_special(void);
 extern void func_shlexec(void);
 extern void func_shlfileop(void);
 extern void func_shlfolder(void);
+extern void func_shlview(void);
 extern void func_string(void);
 extern void func_systray(void);
 
@@ -28,11 +28,11 @@ const struct test winetest_testlist[] =
        { "progman_dde", func_progman_dde },
     { "shelllink", func_shelllink },
     { "shellpath", func_shellpath },
-    { "shfldr_netplaces", func_shfldr_netplaces },
        { "shfldr_special", func_shfldr_special },
     { "shlexec", func_shlexec },
     { "shlfileop", func_shlfileop },
     { "shlfolder", func_shlfolder },
+       { "shlview", func_shlview },
     { "string", func_string },
     { "systray", func_systray },
     { 0, 0 }