mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 20:36:26 +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\\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"C:\\%ls;C:\\", FALSE },
|
||||||
{ L"%%SystemRoot%%", FALSE },
|
{ L"%%SystemRoot%%", FALSE },
|
||||||
{ L"%%SystemRoot%%\\", FALSE },
|
{ L"%%SystemRoot%%\\", FALSE },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue