https://bugs.winehq.org/show_bug.cgi?id=29072 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Austin English <austinenglish(a)gmail.com> --- So, the tests still depend on that URI: austin(a)debian-home:~/wine-git/dlls/wldap32/tests$ git describe wine-1.7.36-145-ga1459aa austin(a)debian-home:~/wine-git/dlls/wldap32/tests$ git grep ldap.itd.umich.edu parse.c: ld = ldap_initA((char *)"ldap.itd.umich.edu", 389 ); however, the tests also check if the hosts are up and skip appropriately now: austin(a)debian-home:~/wine-git/dlls/wldap32/tests$ git grep ldap.itd.umich.edu parse.c: ld = ldap_initA((char *)"ldap.itd.umich.edu.example", 389 ); austin(a)debian-home:~/wine-git/dlls/wldap32/tests$ make parse.ok ../../../tools/runtest -q -P wine -T ../../.. -M wldap32.dll -p wldap32_test.exe.so parse && touch parse.ok parse.c:53: Tests skipped: test server can't be reached parse.c:98: Tests skipped: test server can't be reached -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.