Mercurial > hgsubversion
comparison tests/test_rebuildmeta.py @ 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 | 13ae1bded5e7 |
| children | 496ff87e2532 |
comparison
equal
deleted
inserted
replaced
| 201:883976b654b6 | 202:125cf3cb7bee |
|---|---|
| 9 import rebuildmeta | 9 import rebuildmeta |
| 10 import hg_delta_editor | 10 import hg_delta_editor |
| 11 | 11 |
| 12 # List of expected "missing" branches - these are really files that happen | 12 # List of expected "missing" branches - these are really files that happen |
| 13 # to be in the branches dir. This will be fixed at a later date. | 13 # to be in the branches dir. This will be fixed at a later date. |
| 14 expected_branch_deltas = {'unrelatedbranch.svndump': ['c', ], | 14 expected_branch_deltas = {'unrelatedbranch.svndump': [ ], |
| 15 'file_mixed_with_branches.svndump': ['README', ], | 15 'file_mixed_with_branches.svndump': [ ], |
| 16 } | 16 } |
| 17 | 17 |
| 18 def _do_case(self, name, stupid): | 18 def _do_case(self, name, stupid): |
| 19 subdir = test_util.subdir.get(name, '') | 19 subdir = test_util.subdir.get(name, '') |
| 20 self._load_fixture_and_fetch(name, subdir=subdir, stupid=stupid) | 20 self._load_fixture_and_fetch(name, subdir=subdir, stupid=stupid) |
