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
e2ead2fb
Commit
e2ead2fb
authored
Apr 02, 2023
by
Alex Henrie
Committed by
Alexandre Julliard
Apr 03, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wldap32/tests: Name option test functions after the option being tested.
parent
dcb84a45
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
parse.c
dlls/wldap32/tests/parse.c
+4
-4
No files found.
dlls/wldap32/tests/parse.c
View file @
e2ead2fb
...
...
@@ -114,7 +114,7 @@ static void test_ldap_search_extW( LDAP *ld )
ok
(
!
ret
,
"ldap_search_extW failed %#lx
\n
"
,
ret
);
}
static
void
test_
ldap_set_optionW
(
LDAP
*
ld
)
static
void
test_
opt_referrals
(
LDAP
*
ld
)
{
ULONG
ret
,
oldvalue
;
...
...
@@ -132,7 +132,7 @@ static void test_ldap_set_optionW( LDAP *ld )
ok
(
!
ret
,
"ldap_set_optionW failed %#lx
\n
"
,
ret
);
}
static
void
test_
ldap_get_optionW
(
LDAP
*
ld
)
static
void
test_
opt_protocol_version
(
LDAP
*
ld
)
{
ULONG
ret
,
version
;
...
...
@@ -601,7 +601,7 @@ START_TEST (parse)
test_ldap_delete
(
ld
);
test_ldap_parse_sort_control
(
ld
);
test_ldap_search_extW
(
ld
);
test_
ldap_get_optionW
(
ld
);
test_
ldap_set_optionW
(
ld
);
test_
opt_referrals
(
ld
);
test_
opt_protocol_version
(
ld
);
ldap_unbind
(
ld
);
}
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