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

Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Zebediah Figura 2021-02-15 19:50:52 -06:00 committed by Alexandre Julliard
parent b250831adc
commit 50cf8ee9c0
1 changed files with 2 additions and 2 deletions

View File

@ -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();