Module: wine Branch: master Commit: f19f85f681664cc7b930c197ef205f3a502ec439 URL: http://source.winehq.org/git/wine.git/?a=commit;h=f19f85f681664cc7b930c197ef...
Author: Zhenbo Li litimetal@gmail.com Date: Wed Nov 13 20:10:36 2013 +0800
shell32/tests: Add a missed init_shfo_tests() call.
---
dlls/shell32/tests/shlfileop.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
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);