Zebediah Figura : advapi32/tests: Get rid of the test_luid() helper.

Alexandre Julliard julliard at winehq.org
Tue Feb 16 16:03:18 CST 2021


Module: wine
Branch: master
Commit: b250831adca4ad0f26400bee9def30571391d92f
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=b250831adca4ad0f26400bee9def30571391d92f

Author: Zebediah Figura <z.figura12 at gmail.com>
Date:   Mon Feb 15 19:50:51 2021 -0600

advapi32/tests: Get rid of the test_luid() helper.

Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/advapi32/tests/security.c | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/dlls/advapi32/tests/security.c b/dlls/advapi32/tests/security.c
index 1cd5f576621..e86b8e5cbde 100644
--- a/dlls/advapi32/tests/security.c
+++ b/dlls/advapi32/tests/security.c
@@ -769,13 +769,6 @@ static void test_lookupPrivilegeValue(void)
     }
 }
 
-static void test_luid(void)
-{
-    test_allocateLuid();
-    test_lookupPrivilegeName();
-    test_lookupPrivilegeValue();
-}
-
 static void test_FileSecurity(void)
 {
     char wintmpdir [MAX_PATH];
@@ -7963,7 +7956,9 @@ START_TEST(security)
     test_kernel_objects_security();
     test_ConvertStringSidToSid();
     test_trustee();
-    test_luid();
+    test_allocateLuid();
+    test_lookupPrivilegeName();
+    test_lookupPrivilegeValue();
     test_CreateWellKnownSid();
     test_FileSecurity();
     test_AccessCheck();




More information about the wine-cvs mailing list