shell32/tests: Skip FO_COPY tests on old shell32.

This commit is contained in:
Paul Vriens 2010-01-25 14:18:43 +01:00 committed by Alexandre Julliard
parent 1bd7956a7d
commit b3eeb4163c
1 changed files with 6 additions and 0 deletions

View File

@ -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;