From f19f85f681664cc7b930c197ef205f3a502ec439 Mon Sep 17 00:00:00 2001 From: Zhenbo Li Date: Wed, 13 Nov 2013 20:10:36 +0800 Subject: [PATCH] shell32/tests: Add a missed init_shfo_tests() call. --- 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 bb150545ab4..cd93ce513bb 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);