Mercurial > hgsubversion
diff tests/test_fetch_branches.py @ 337:46e69be8e2c8
Reorganize to have a more conventional module structure.
This means that hgsubversion now uses absolute imports instead of
relative ones, which makes the tests more reliable.
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Wed, 13 May 2009 21:39:39 -0500 |
parents | 33736e2e25f0 |
children | 4dfab1b8b7be |
line wrap: on
line diff
--- a/tests/test_fetch_branches.py +++ b/tests/test_fetch_branches.py @@ -74,10 +74,10 @@ class TestFetchBranches(test_util.TestBa stupid, noupdate=False) self.assertEqual(repo[None].branch(), 'default') self.assertTrue('tip' not in repo[None].tags()) - + def test_branch_tip_update_to_default_stupid(self): self.test_branch_tip_update_to_default(True) - + def test_branch_tip_update_to_branch_anchor(self): repo = self._load_fixture_and_fetch_with_anchor( 'unorderedbranch.svndump', 'branch')