Re: shell32/tests: Add tests for SHFileOperationA
Zhenbo Li <litimetal(a)gmail.com> writes:
--- dlls/shell32/tests/shlfileop.c | 12 ++++++++++++ 1 file changed, 12 insertions(+)
It doesn't work: ../../../tools/runtest -q -P wine -T ../../.. -M shell32.dll -p shell32_test.exe.so shlfileop.c && touch shlfileop.ok shlfileop.c:640: Test failed: Expected test1.txt to exist make: *** [shlfileop.ok] Error 1 -- Alexandre Julliard julliard(a)winehq.org
2013/11/7 Alexandre Julliard <julliard(a)winehq.org>:
It doesn't work:
../../../tools/runtest -q -P wine -T ../../.. -M shell32.dll -p shell32_test.exe.so shlfileop.c && touch shlfileop.ok shlfileop.c:640: Test failed: Expected test1.txt to exist make: *** [shlfileop.ok] Error 1
-- Alexandre Julliard julliard(a)winehq.org
Sorry, I've missed a todo_wine I have few questions about my patch: 1. Should I call init_shfo_tests() ? Or I just detemine that thest file should exist from previous code? 2. MSDN says that the pFrom and pTo string should have double zero at the end. But in the tests, I can only see one zero. Is it right? 3. After my patch, there is if (ret != ERROR_FILE_NOT_FOUND) Would my test affect it? Thank you. -- Have a nice day! Zhenbo Li
participants (2)
-
Alexandre Julliard -
Zhenbo Li