diff -r 113d0b23321a -r 2c019aac6b99 tests/test-hgweb-auth.py --- a/tests/test-hgweb-auth.py Wed Jun 01 22:58:57 2016 +0200 +++ b/tests/test-hgweb-auth.py Sun Jun 05 23:36:23 2016 +0200 @@ -43,7 +43,7 @@ def _test(uri): print('URI:', uri) try: - pm = url.passwordmgr(ui) + pm = url.passwordmgr(ui, urlreq.httppasswordmgrwithdefaultrealm()) u, authinfo = util.url(uri).authinfo() if authinfo is not None: pm.add_password(*authinfo)