diff -r cbeb54ec0481 -r d83ca854fa21 tests/test-hgweb-auth.py --- a/tests/test-hgweb-auth.py Wed Nov 30 19:23:04 2016 +0000 +++ b/tests/test-hgweb-auth.py Sat Oct 22 14:35:10 2016 +0900 @@ -15,7 +15,7 @@ def interactive(self): return False -origui = myui() +origui = myui.load() def writeauth(items): ui = origui.copy()