Mercurial > hgsubversion
comparison tests/test_binaryfiles.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 | 906d3f302b45 |
| children | 312b37bc5e20 |
comparison
equal
deleted
inserted
replaced
| 642:c2d606a1dc6f | 643:d2ef7220a079 |
|---|---|
| 1 import test_util | |
| 2 | |
| 1 import unittest | 3 import unittest |
| 2 | |
| 3 import test_util | |
| 4 | 4 |
| 5 class TestFetchBinaryFiles(test_util.TestBase): | 5 class TestFetchBinaryFiles(test_util.TestBase): |
| 6 def test_binaryfiles(self, stupid=False): | 6 def test_binaryfiles(self, stupid=False): |
| 7 repo = self._load_fixture_and_fetch('binaryfiles.svndump', stupid=stupid) | 7 repo = self._load_fixture_and_fetch('binaryfiles.svndump', stupid=stupid) |
| 8 self.assertEqual('cce7fe400d8d', str(repo['tip'])) | 8 self.assertEqual('cce7fe400d8d', str(repo['tip'])) |
