[NTDLL_APITEST]

- Add a few more test cases for RtlDoesFileExists_U*
CORE-6202

svn path=/trunk/; revision=58302
This commit is contained in:
Thomas Faber 2013-02-09 16:55:04 +00:00
parent 3ebe847749
commit 7121ae2525

View file

@ -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 },