Re: ntdll: add some tests for NtDeleteFile

2008-08-30 Thread Jeff Zaroyko
On Sun, Aug 31, 2008 at 3:55 AM, Vitaliy Margolen <[EMAIL PROTECTED]> wrote: > Jeff Zaroyko wrote: >> >> >> +static const WCHAR testdirW[] = >> {'n','t','d','e','l','e','t','e','f','i','l','e',0}; >> +static const WCHAR subdirW[] = {'\\','s','u','b',0}; >> + >> +ret = CreateDirectoryW

Re: ntdll: add some tests for NtDeleteFile

2008-08-30 Thread Vitaliy Margolen
Jeff Zaroyko wrote: > > > +static const WCHAR testdirW[] = > {'n','t','d','e','l','e','t','e','f','i','l','e',0}; > +static const WCHAR subdirW[] = {'\\','s','u','b',0}; > + > +ret = CreateDirectoryW(testdirW, NULL); You need to create test files and directories in windows temp dir.