Module: wine Branch: master Commit: b9813873838af3ec880ae0c68a7932afdf9e616b URL: http://source.winehq.org/git/wine.git/?a=commit;h=b9813873838af3ec880ae0c68a...
Author: Hans Leidekker hans@codeweavers.com Date: Mon Oct 6 15:47:28 2008 +0200
wldap32: Add tests for ldap_parse_sort_control and make them pass.
---
configure | 9 ++++ configure.ac | 1 + dlls/wldap32/error.c | 26 ++++++++++++ dlls/wldap32/parse.c | 50 +++++++++++----------- dlls/wldap32/tests/Makefile.in | 13 ++++++ dlls/wldap32/tests/parse.c | 87 ++++++++++++++++++++++++++++++++++++++++ dlls/wldap32/wldap32.h | 2 + 7 files changed, 163 insertions(+), 25 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=b9813873838af3ec880ae0...