ReactOS 0.4.16-dev-297-gc569aee
|
#include <stdarg.h>
#include <stdio.h>
#include <windows.h>
#include "shellapi.h"
#include "shlobj.h"
#include "commoncontrols.h"
#include "wine/test.h"
Go to the source code of this file.
Macros | |
#define | COBJMACROS |
#define | WINE_NOWINSOCK |
#define | FOF_NORECURSION 0x1000 |
#define | DE_SAMEFILE 0x71 |
#define | DE_MANYSRC1DEST 0x72 |
#define | DE_DIFFDIR 0x73 |
#define | DE_OPCANCELLED 0x75 |
#define | DE_DESTSUBTREE 0x76 |
#define | DE_INVALIDFILES 0x7C |
#define | DE_DESTSAMETREE 0x7D |
#define | DE_FLDDESTISFILE 0x7E |
#define | DE_FILEDESTISFLD 0x80 |
#define | expect_retval(ret, ret_prewin32) |
Functions | |
static void | createTestFile (const CHAR *name) |
static void | createTestFileW (const WCHAR *name) |
static BOOL | file_exists (const CHAR *name) |
static BOOL | dir_exists (const CHAR *name) |
static BOOL | file_existsW (LPCWSTR name) |
static BOOL | file_has_content (const CHAR *name, const CHAR *content) |
static void | init_shfo_tests (void) |
static void | clean_after_shfo_tests (void) |
static void | test_get_file_info (void) |
static void | check_icon_size (HICON icon, DWORD flags) |
static void | test_get_file_info_iconlist (void) |
static void | set_curr_dir_path (CHAR *buf, const CHAR *files) |
static void | test_delete (void) |
static void | test_rename (void) |
static void | test_copy (void) |
static void | test_move (void) |
static void | test_sh_create_dir (void) |
static void | test_sh_path_prepare (void) |
static void | test_sh_new_link_info (void) |
static void | test_unicode (void) |
static void | test_shlmenu (void) |
static BOOL | is_old_shell32 (void) |
START_TEST (shlfileop) | |
Variables | |
static BOOL | old_shell32 = FALSE |
static CHAR | CURR_DIR [MAX_PATH] |
static const WCHAR | UNICODE_PATH [] = {'c',':','\\',0x00ae,'\0','\0'} |
#define COBJMACROS |
Definition at line 24 of file shlfileop.c.
#define DE_DESTSAMETREE 0x7D |
Definition at line 48 of file shlfileop.c.
#define DE_DESTSUBTREE 0x76 |
Definition at line 46 of file shlfileop.c.
#define DE_DIFFDIR 0x73 |
Definition at line 44 of file shlfileop.c.
#define DE_FILEDESTISFLD 0x80 |
Definition at line 50 of file shlfileop.c.
#define DE_FLDDESTISFILE 0x7E |
Definition at line 49 of file shlfileop.c.
#define DE_INVALIDFILES 0x7C |
Definition at line 47 of file shlfileop.c.
#define DE_MANYSRC1DEST 0x72 |
Definition at line 43 of file shlfileop.c.
#define DE_OPCANCELLED 0x75 |
Definition at line 45 of file shlfileop.c.
#define DE_SAMEFILE 0x71 |
Definition at line 42 of file shlfileop.c.
Definition at line 51 of file shlfileop.c.
#define FOF_NORECURSION 0x1000 |
Definition at line 38 of file shlfileop.c.
#define WINE_NOWINSOCK |
Definition at line 25 of file shlfileop.c.
Definition at line 298 of file shlfileop.c.
Referenced by test_get_file_info_iconlist().
Definition at line 144 of file shlfileop.c.
Referenced by START_TEST(), test_copy(), and test_move().
Definition at line 64 of file shlfileop.c.
Referenced by init_shfo_tests(), test_copy(), test_move(), test_rename(), and test_sh_new_link_info().
Definition at line 90 of file shlfileop.c.
Referenced by test_copy(), test_delete(), test_move(), and test_rename().
Definition at line 85 of file shlfileop.c.
Referenced by test_copy(), test_delete(), test_move(), test_rename(), test_sh_create_dir(), and test_sh_path_prepare().
Definition at line 122 of file shlfileop.c.
Referenced by START_TEST(), test_copy(), test_delete(), and test_move().
Definition at line 2667 of file shlfileop.c.
Referenced by START_TEST().
Definition at line 533 of file shlfileop.c.
Referenced by is_old_shell32(), test_copy(), test_move(), test_rename(), test_sh_create_dir(), test_sh_new_link_info(), and test_sh_path_prepare().
START_TEST | ( | shlfileop | ) |
Definition at line 2704 of file shlfileop.c.
Definition at line 873 of file shlfileop.c.
Referenced by START_TEST().
Definition at line 551 of file shlfileop.c.
Referenced by START_TEST().
Definition at line 174 of file shlfileop.c.
Referenced by START_TEST().
Definition at line 329 of file shlfileop.c.
Referenced by START_TEST().
Definition at line 1901 of file shlfileop.c.
Referenced by START_TEST().
Definition at line 718 of file shlfileop.c.
Referenced by START_TEST().
Definition at line 2348 of file shlfileop.c.
Referenced by START_TEST().
Definition at line 2488 of file shlfileop.c.
Referenced by START_TEST().
Definition at line 2367 of file shlfileop.c.
Referenced by START_TEST().
Definition at line 2658 of file shlfileop.c.
Referenced by START_TEST().
Definition at line 2544 of file shlfileop.c.
Referenced by START_TEST().
Definition at line 58 of file shlfileop.c.
Referenced by init_shfo_tests(), set_curr_dir_path(), and test_delete().
Definition at line 56 of file shlfileop.c.
Referenced by START_TEST(), test_copy(), test_move(), and test_rename().
Definition at line 59 of file shlfileop.c.
Referenced by test_sh_path_prepare(), and test_unicode().