Commit 50cf8ee9 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

advapi32/tests: Rename test_acls() to test_InitializeAcl().

parent b250831a
......@@ -4594,7 +4594,7 @@ static void test_PrivateObjectSecurity(void)
#undef CHECK_RESULT_AND_FREE
#undef CHECK_ONE_OF_AND_FREE
static void test_acls(void)
static void test_InitializeAcl(void)
{
char buffer[256];
PACL pAcl = (PACL)buffer;
......@@ -7976,7 +7976,7 @@ START_TEST(security)
test_ConvertStringSecurityDescriptor();
test_ConvertSecurityDescriptorToString();
test_PrivateObjectSecurity();
test_acls();
test_InitializeAcl();
test_GetWindowsAccountDomainSid();
test_EqualDomainSid();
test_GetSecurityInfo();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment