Commit 433393fd authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

advapi32: Rename the test to better represent the tested functionality.

parent 7b77b917
......@@ -1758,7 +1758,7 @@ static void test_GetNamedSecurityInfoA(void)
ok(group != NULL, "group should not be NULL\n");
}
static void test_ConvertSecurityStringSecurityDescriptor(void)
static void test_ConvertStringSecurityDescriptor(void)
{
BOOL ret;
PSECURITY_DESCRIPTOR pSD;
......@@ -1877,5 +1877,5 @@ START_TEST(security)
test_impersonation_level();
test_SetEntriesInAcl();
test_GetNamedSecurityInfoA();
test_ConvertSecurityStringSecurityDescriptor();
test_ConvertStringSecurityDescriptor();
}
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