-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Currently, we can't test functions that require to modify the arguments passed by reference.
Typically, the ldap_parse_result
function, but maybe also other functions.
This prevents from doing complete tests, especially with paged searches test with multiple pages.
So the goal is to improve theses test functions:
- test_search_with_page_size
- test_modify_attributes_using_ppolicy
and determine if there is any other LDAP function modifying variables by reference.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request