mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[ROSAPPS]
Add 4 little tests for RtlDetermineDosPathNameType svn path=/trunk/; revision=59179
This commit is contained in:
@@ -146,6 +146,10 @@ START_TEST(RtlDetermineDosPathNameType)
|
||||
{ L"\\\\", RtlPathTypeUncAbsolute },
|
||||
{ L"\\\\\\", RtlPathTypeUncAbsolute },
|
||||
{ L"\\\\;", RtlPathTypeUncAbsolute },
|
||||
{ L"\\\\f\\b\\", RtlPathTypeUncAbsolute },
|
||||
{ L"\\\\f\\b", RtlPathTypeUncAbsolute },
|
||||
{ L"\\\\f\\", RtlPathTypeUncAbsolute },
|
||||
{ L"\\\\f", RtlPathTypeUncAbsolute },
|
||||
{ L"\\??\\", RtlPathTypeRooted },
|
||||
{ L"\\??\\UNC", RtlPathTypeRooted },
|
||||
{ L"\\??\\UNC\\", RtlPathTypeRooted },
|
||||
|
||||
Reference in New Issue
Block a user