Mercurial > hgsubversion
diff tests/test_fetch_branches.py @ 585:c3ba4ca81d16
editor: fix replaced files content in replay mode
author | Patrick Mezard <pmezard@gmail.com> |
---|---|
date | Tue, 02 Mar 2010 17:06:06 +0100 |
parents | 44c56a7727c4 |
children | c06f59441f8e |
line wrap: on
line diff
--- a/tests/test_fetch_branches.py +++ b/tests/test_fetch_branches.py @@ -145,8 +145,7 @@ class TestFetchBranches(test_util.TestBa self.assertEqual('0', ctx.extra().get('close', '0')) self.assertEqual('branch1', ctx.branch()) self.assertEqual('c\n', ctx['c'].data()) - # a replacement does not work yet - #self.assertEqual('d\n', ctx['a'].data()) + self.assertEqual('d\n', ctx['a'].data()) def test_replace_branch_with_branch_stupid(self, stupid=False): self.test_replace_branch_with_branch(True)