Mercurial > hgsubversion
diff tests/test_fetch_mappings.py @ 1442:a0ba38def79b
AuthorMap: no longer take a meta
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Mon, 06 Jun 2016 00:46:45 -0400 |
parents | 3a723188051e |
children | 9a6bb3657861 |
line wrap: on
line diff
--- a/tests/test_fetch_mappings.py +++ b/tests/test_fetch_mappings.py @@ -93,8 +93,9 @@ class MapTests(test_util.TestBase): new.write(open(orig).read()) new.close() meta = self.repo.svnmeta(skiperrorcheck=True) - test = maps.AuthorMap(meta, meta.defaulthost, meta.caseignoreauthors, - meta.mapauthorscmd, meta.defaultauthors) + test = maps.AuthorMap( + meta.ui, meta.authormap_file, meta.defaulthost, + meta.caseignoreauthors, meta.mapauthorscmd, meta.defaultauthors) fromself = set(test) test.load(orig) all_tests = set(test)