Paul Vriens : shell32/tests: Skip FO_COPY tests on old shell32.
Module: wine Branch: master Commit: b3eeb4163cfdf1de9d593a9bb028cdec351f7cd3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b3eeb4163cfdf1de9d593a9bb0... Author: Paul Vriens <Paul.Vriens.Wine(a)gmail.com> Date: Mon Jan 25 14:18:43 2010 +0100 shell32/tests: Skip FO_COPY tests on old shell32. --- dlls/shell32/tests/shlfileop.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/dlls/shell32/tests/shlfileop.c b/dlls/shell32/tests/shlfileop.c index 200791a..858a98e 100644 --- a/dlls/shell32/tests/shlfileop.c +++ b/dlls/shell32/tests/shlfileop.c @@ -821,6 +821,12 @@ static void test_copy(void) LPSTR ptr; BOOL on_nt4 = FALSE; + if (old_shell32) + { + win_skip("Too many differences for old shell32\n"); + return; + } + shfo.hwnd = NULL; shfo.wFunc = FO_COPY; shfo.pFrom = from;
participants (1)
-
Alexandre Julliard