Author: tkreuzer
Date: Wed May 30 21:16:24 2012
New Revision: 56677

URL: http://svn.reactos.org/svn/reactos?rev=56677&view=rev
Log:
[NTDLL_APITEST]
rename rtl bitmap tests

Modified:
    trunk/rostests/apitests/ntdll/testlist.c

Modified: trunk/rostests/apitests/ntdll/testlist.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/ntdll/testlist.c?rev=56677&r1=56676&r2=56677&view=diff
==============================================================================
--- trunk/rostests/apitests/ntdll/testlist.c [iso-8859-1] (original)
+++ trunk/rostests/apitests/ntdll/testlist.c [iso-8859-1] Wed May 30 21:16:24 
2012
@@ -25,7 +25,7 @@
     { "NtAllocateVirtualMemory",        func_NtAllocateVirtualMemory },
     { "NtFreeVirtualMemory",            func_NtFreeVirtualMemory },
     { "NtSystemInformation",            func_NtSystemInformation },
-    { "RtlBitmap",                      func_RtlBitmap },
+    { "RtlBitmapApi",                   func_RtlBitmap },
     { "RtlDetermineDosPathNameType",    func_RtlDetermineDosPathNameType },
     { "RtlDoesFileExists",              func_RtlDoesFileExists },
     { "RtlDosSearchPath_U",             func_RtlDosSearchPath_U },


Reply via email to