Re: wldap32/tests: modify test that was failing on every windows system
21 Oct
2008
21 Oct
'08
8:15 a.m.
On Tuesday 21 October 2008 14:29:45 Aric Stewart wrote:
- ok( !ret, "ldap_search_ext_sA failed 0x%x\n", ret ); + ok( ret==0x55 || ret == 0x51, "ldap_search_ext_sA unexpected return 0x%x\n", ret );
This should be fixed by my last patch already. -Hans
21 Oct
21 Oct
8:17 a.m.
New subject: wldap32/tests: modify test that was failing on every windows system
yup, i saw that when i updated this morning. Sorry. ignore my patch. -aric Hans Leidekker wrote:
On Tuesday 21 October 2008 14:29:45 Aric Stewart wrote:
- ok( !ret, "ldap_search_ext_sA failed 0x%x\n", ret ); + ok( ret==0x55 || ret == 0x51, "ldap_search_ext_sA unexpected return 0x%x\n", ret );
This should be fixed by my last patch already.
-Hans
6351
Age (days ago)
6351
Last active (days ago)
1 comments
2 participants
participants (2)
-
Aric Stewart -
Hans Leidekker