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

Alexandre Julliard julliard at wine.codeweavers.com
Fri Jul 20 06:02:38 CDT 2007


Module: wine
Branch: master
Commit: 433393fd514c4b0b131e2b4707eb17041f3074d9
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=433393fd514c4b0b131e2b4707eb17041f3074d9

Author: Dmitry Timoshkov <dmitry at codeweavers.com>
Date:   Fri Jul 20 17:26:35 2007 +0900

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




More information about the wine-cvs mailing list