shell32/tests: Add a missed init_shfo_tests() call.

This commit is contained in:
Zhenbo Li 2013-11-13 20:10:36 +08:00 committed by Alexandre Julliard
parent 9612ed1ba6
commit f19f85f681
1 changed files with 1 additions and 0 deletions

View File

@ -647,6 +647,7 @@ static void test_delete(void)
skip("Test would show a dialog box\n");
/* delete an existent file and a nonexistent file */
init_shfo_tests();
shfo.pFrom = "test1.txt\0nonexistent.txt\0test2.txt\0";
shfo.wFunc = FO_DELETE;
ret = SHFileOperationA(&shfo);