https://bugs.winehq.org/show_bug.cgi?id=29072
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #1 from Austin English austinenglish@gmail.com --- So, the tests still depend on that URI: austin@debian-home:~/wine-git/dlls/wldap32/tests$ git describe wine-1.7.36-145-ga1459aa austin@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@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@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