Mercurial > hgsubversion
comparison tests/test_fetch_truncated.py @ 643:d2ef7220a079
tests: import test_util as the first module in all relevant tests
| author | Dan Villiom Podlaski Christiansen <danchr@gmail.com> |
|---|---|
| date | Wed, 14 Jul 2010 15:39:18 +0200 |
| parents | d96aa92d9ad9 |
| children | 312b37bc5e20 |
comparison
equal
deleted
inserted
replaced
| 642:c2d606a1dc6f | 643:d2ef7220a079 |
|---|---|
| 1 import test_util | |
| 2 | |
| 1 import unittest | 3 import unittest |
| 2 | 4 |
| 3 from mercurial import commands | 5 from mercurial import commands |
| 4 from mercurial import hg | 6 from mercurial import hg |
| 5 | |
| 6 import test_util | |
| 7 | 7 |
| 8 class TestFetchTruncatedHistory(test_util.TestBase): | 8 class TestFetchTruncatedHistory(test_util.TestBase): |
| 9 def test_truncated_history(self, stupid=False): | 9 def test_truncated_history(self, stupid=False): |
| 10 # Test repository does not follow the usual layout | 10 # Test repository does not follow the usual layout |
| 11 test_util.load_svndump_fixture(self.repo_path, 'truncatedhistory.svndump') | 11 test_util.load_svndump_fixture(self.repo_path, 'truncatedhistory.svndump') |
