Zhenbo Li litimetal@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
2013/11/7 Alexandre Julliard julliard@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@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.