mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 01:05:42 +00:00
and of course also rename the test itself...
svn path=/trunk/; revision=73186
This commit is contained in:
parent
cae3a4455e
commit
f6c36fb82e
2 changed files with 3 additions and 3 deletions
|
@ -84,7 +84,7 @@ TestShellExecuteEx(const WCHAR* Name, BOOL ExpectedResult)
|
|||
}
|
||||
}
|
||||
|
||||
START_TEST(shlexec)
|
||||
START_TEST(ShellExecuteEx)
|
||||
{
|
||||
ok_ShellExecuteEx(L"iexplore", TRUE);
|
||||
ok_ShellExecuteEx(L"iexplore.exe", TRUE);
|
||||
|
|
|
@ -7,8 +7,8 @@ extern void func_CMyComputer(void);
|
|||
extern void func_CShellDesktop(void);
|
||||
extern void func_CShellLink(void);
|
||||
extern void func_menu(void);
|
||||
extern void func_ShellExecuteEx(void);
|
||||
extern void func_SHParseDisplayName(void);
|
||||
extern void func_shlexec(void);
|
||||
|
||||
const struct test winetest_testlist[] =
|
||||
{
|
||||
|
@ -16,7 +16,7 @@ const struct test winetest_testlist[] =
|
|||
{ "CShellDesktop", func_CShellDesktop },
|
||||
{ "CShellLink", func_CShellLink },
|
||||
{ "menu", func_menu },
|
||||
{ "ShellExecuteEx", func_ShellExecuteEx },
|
||||
{ "SHParseDisplayName", func_SHParseDisplayName },
|
||||
{ "shlexec", func_shlexec },
|
||||
{ 0, 0 }
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue