advapi32: Rename the test to better represent the tested functionality

Dmitry Timoshkov dmitry at codeweavers.com
Fri Jul 20 03:26:35 CDT 2007


Hello,

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

---
 dlls/advapi32/tests/security.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/advapi32/tests/security.c b/dlls/advapi32/tests/security.c
index f67f0a6..ce7b8f7 100644
--- a/dlls/advapi32/tests/security.c
+++ b/dlls/advapi32/tests/security.c
@@ -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();
 }
-- 
1.5.2.3






More information about the wine-patches mailing list