Mercurial > hgsubversion
changeset 202:125cf3cb7bee
Stop allowing "missing" branches in the tests, since that is fixed by the branch refactor.
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Mon, 02 Mar 2009 23:54:32 -0600 |
parents | 883976b654b6 |
children | 907c160c6289 |
files | tests/test_rebuildmeta.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test_rebuildmeta.py +++ b/tests/test_rebuildmeta.py @@ -11,8 +11,8 @@ import hg_delta_editor # List of expected "missing" branches - these are really files that happen # to be in the branches dir. This will be fixed at a later date. -expected_branch_deltas = {'unrelatedbranch.svndump': ['c', ], - 'file_mixed_with_branches.svndump': ['README', ], +expected_branch_deltas = {'unrelatedbranch.svndump': [ ], + 'file_mixed_with_branches.svndump': [ ], } def _do_case(self, name, stupid):