From 3f76d0e8a934353732cc5f1fa54f06d152c60fe1 Mon Sep 17 00:00:00 2001 From: jean Date: Mon, 16 Oct 2000 15:05:19 +0000 Subject: [PATCH] remove unimplemented functions test more verbose svn path=/trunk/; revision=1406 --- reactos/apps/tests/regtest/regtest.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/reactos/apps/tests/regtest/regtest.c b/reactos/apps/tests/regtest/regtest.c index d0bc9b9fe2f..c3d97a1f459 100644 --- a/reactos/apps/tests/regtest/regtest.c +++ b/reactos/apps/tests/regtest/regtest.c @@ -191,6 +191,7 @@ void test2(void) ,0,NULL,REG_OPTION_VOLATILE,NULL); dprintf("\t\tStatus=%x\n",Status); NtClose(hKey); + do_enumeratekey(L"\\Registry\\Machine\\Software"); dprintf(" ...\\test2 :"); RtlInitUnicodeString(&KeyName, L"\\Registry\\Machine\\Software\\test2reactos\\test2"); InitializeObjectAttributes(&ObjectAttributes, &KeyName, OBJ_CASE_INSENSITIVE @@ -596,8 +597,10 @@ void test5(void) Status=NtOpenProcessToken(GetCurrentProcess() ,TOKEN_ADJUST_PRIVILEGES|TOKEN_QUERY,&Token); dprintf("\t\t\t\tStatus =%x\n",Status); +/* bRes=LookupPrivilegeValueA(NULL,SE_RESTORE_NAME,&Luid); dprintf("\t\t\t\tbRes =%x\n",bRes); +*/ NewPrivileges.PrivilegeCount = 1; NewPrivileges.Privileges[0].Luid = Luid; NewPrivileges.Privileges[0].Attributes = SE_PRIVILEGE_ENABLED;