mirror of
https://github.com/reactos/reactos.git
synced 2025-06-24 22:59:46 +00:00
[SHELL32_APITEST] Make SHChangeNotify testcase more stable (#6796)
Make the testcase more stable and faster. Reduce code. JIRA issue: CORE-13950 - Use WM_COPYDATA message to communicate with shell32_apitest_sub.exe. - Use concept of "stage" and "step". - Do multiple checks in one step. - Flush notification by using (SHCNF_FLUSH | SHCNF_FLUSHNOWAIT) flags.
This commit is contained in:
parent
6ac260dcec
commit
25e2f5f277
4 changed files with 764 additions and 1115 deletions
|
@ -747,6 +747,6 @@ START_TEST(ShellExecCmdLine)
|
|||
ok(DeleteFileA("Test File 2.bat"), "failed to delete the test file\n");
|
||||
free(s_wi0.phwnd);
|
||||
|
||||
DoWaitForWindow(CLASSNAME, CLASSNAME, TRUE, TRUE);
|
||||
DoWaitForWindow(SUB_CLASSNAME, SUB_CLASSNAME, TRUE, TRUE);
|
||||
Sleep(100);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue