# HG changeset patch # User Augie Fackler # Date 1236059672 21600 # Node ID 125cf3cb7bee019fd2895060ab88c878fd13a547 # Parent 883976b654b6c13d585534bf7cc74877363d083b Stop allowing "missing" branches in the tests, since that is fixed by the branch refactor. diff --git a/tests/test_rebuildmeta.py b/tests/test_rebuildmeta.py --- 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):