shell32/tests: add a missed init_shfo_tests() call

Zhenbo Li litimetal at gmail.com
Wed Nov 13 05:42:56 CST 2013


Sorry, I missed init_shfo_tests(), so if others add a test for shell32, 
my test may be affected.

---
  dlls/shell32/tests/shlfileop.c | 1 +
  1 file changed, 1 insertion(+)

diff --git a/dlls/shell32/tests/shlfileop.c b/dlls/shell32/tests/shlfileop.c
index bb15054..cd93ce5 100644
--- a/dlls/shell32/tests/shlfileop.c
+++ b/dlls/shell32/tests/shlfileop.c
@@ -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);
-- 
1.8.3.1




More information about the wine-patches mailing list