Author: hbelusca
Date: Wed Jun 5 23:24:04 2013
New Revision: 59179
URL:
http://svn.reactos.org/svn/reactos?rev=59179&view=rev
Log:
[ROSAPPS]
Add 4 little tests for RtlDetermineDosPathNameType
Modified:
trunk/rostests/apitests/ntdll/RtlDetermineDosPathNameType.c
Modified: trunk/rostests/apitests/ntdll/RtlDetermineDosPathNameType.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/ntdll/RtlDetermi…
==============================================================================
--- trunk/rostests/apitests/ntdll/RtlDetermineDosPathNameType.c [iso-8859-1] (original)
+++ trunk/rostests/apitests/ntdll/RtlDetermineDosPathNameType.c [iso-8859-1] Wed Jun 5
23:24:04 2013
@@ -146,6 +146,10 @@
{ 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 },