Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
81e0ef44
Commit
81e0ef44
authored
Mar 06, 2008
by
Paul Vriens
Committed by
Alexandre Julliard
Mar 07, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
advapi32/tests: Fix a few typos.
parent
60ee0c3e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
security.c
dlls/advapi32/tests/security.c
+3
-3
No files found.
dlls/advapi32/tests/security.c
View file @
81e0ef44
...
...
@@ -1685,14 +1685,14 @@ static void test_security_descriptor(void)
ok
(
GetSecurityDescriptorOwner
(
&
sd
,
&
psid
,
&
isDefault
),
"GetSecurityDescriptorOwner failed
\n
"
);
expect_eq
(
psid
,
NULL
,
PSID
,
"%p"
);
expect_eq
(
isDefault
,
FALSE
,
BOOL
,
"%d"
);
ok
(
GetSecurityDescriptorGroup
(
&
sd
,
&
psid
,
&
isDefault
),
"GetSecurityDescriptor
Owner
failed
\n
"
);
ok
(
GetSecurityDescriptorGroup
(
&
sd
,
&
psid
,
&
isDefault
),
"GetSecurityDescriptor
Group
failed
\n
"
);
expect_eq
(
psid
,
NULL
,
PSID
,
"%p"
);
expect_eq
(
isDefault
,
FALSE
,
BOOL
,
"%d"
);
ok
(
GetSecurityDescriptorDacl
(
&
sd
,
&
isPresent
,
&
pacl
,
&
isDefault
),
"GetSecurityDescriptor
Owner
failed
\n
"
);
ok
(
GetSecurityDescriptorDacl
(
&
sd
,
&
isPresent
,
&
pacl
,
&
isDefault
),
"GetSecurityDescriptor
Dacl
failed
\n
"
);
expect_eq
(
isPresent
,
TRUE
,
BOOL
,
"%d"
);
expect_eq
(
psid
,
NULL
,
PSID
,
"%p"
);
expect_eq
(
isDefault
,
FALSE
,
BOOL
,
"%d"
);
ok
(
GetSecurityDescriptorSacl
(
&
sd
,
&
isPresent
,
&
pacl
,
&
isDefault
),
"GetSecurityDescriptor
Owner
failed
\n
"
);
ok
(
GetSecurityDescriptorSacl
(
&
sd
,
&
isPresent
,
&
pacl
,
&
isDefault
),
"GetSecurityDescriptor
Sacl
failed
\n
"
);
expect_eq
(
isPresent
,
TRUE
,
BOOL
,
"%d"
);
expect_eq
(
psid
,
NULL
,
PSID
,
"%p"
);
expect_eq
(
isDefault
,
FALSE
,
BOOL
,
"%d"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment