mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
[NTDLL_APITEST]
- Add a few more test cases for RtlDoesFileExists_U* CORE-6202 svn path=/trunk/; revision=58302
This commit is contained in:
parent
3ebe847749
commit
7121ae2525
1 changed files with 3 additions and 0 deletions
|
@ -149,6 +149,9 @@ START_TEST(RtlDoesFileExists)
|
|||
{ L"C:\\%ls\\ThisFolderExists\\ThisFileExists", TRUE },
|
||||
{ L"c:\\%ls\\thisfolderexists\\thisfileexists", TRUE },
|
||||
{ L"C:\\%ls\\THISFOLDEREXISTS\\THISFILEEXISTS", TRUE },
|
||||
{ L"C:\\%ls abc", FALSE },
|
||||
{ L"\"C:\\%ls\" abc", FALSE },
|
||||
{ L"\"C:\\\"", FALSE },
|
||||
{ L"C:\\%ls;C:\\", FALSE },
|
||||
{ L"%%SystemRoot%%", FALSE },
|
||||
{ L"%%SystemRoot%%\\", FALSE },
|
||||
|
|
Loading…
Reference in a new issue