mirror of
https://github.com/reactos/reactos.git
synced 2025-06-22 10:10:16 +00:00
[ROSAPPS]
Add 4 little tests for RtlDetermineDosPathNameType svn path=/trunk/; revision=59179
This commit is contained in:
parent
73f6b44f85
commit
450ab7055a
1 changed files with 4 additions and 0 deletions
|
@ -146,6 +146,10 @@ START_TEST(RtlDetermineDosPathNameType)
|
||||||
{ L"\\\\", RtlPathTypeUncAbsolute },
|
{ L"\\\\", RtlPathTypeUncAbsolute },
|
||||||
{ L"\\\\\\", RtlPathTypeUncAbsolute },
|
{ L"\\\\\\", RtlPathTypeUncAbsolute },
|
||||||
{ L"\\\\;", RtlPathTypeUncAbsolute },
|
{ L"\\\\;", RtlPathTypeUncAbsolute },
|
||||||
|
{ L"\\\\f\\b\\", RtlPathTypeUncAbsolute },
|
||||||
|
{ L"\\\\f\\b", RtlPathTypeUncAbsolute },
|
||||||
|
{ L"\\\\f\\", RtlPathTypeUncAbsolute },
|
||||||
|
{ L"\\\\f", RtlPathTypeUncAbsolute },
|
||||||
{ L"\\??\\", RtlPathTypeRooted },
|
{ L"\\??\\", RtlPathTypeRooted },
|
||||||
{ L"\\??\\UNC", RtlPathTypeRooted },
|
{ L"\\??\\UNC", RtlPathTypeRooted },
|
||||||
{ L"\\??\\UNC\\", RtlPathTypeRooted },
|
{ L"\\??\\UNC\\", RtlPathTypeRooted },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue