Mercurial > hgsubversion
view tests/test_binaryfiles.py @ 1206:aa8b72bd1320
test_push_command: improve commit messages inside test for diagnostics
This let me determine a little bit of a disturbing test failure:
test_push_existing_file_newly_symlink is broken against svn 1.8.8 for
me (and against svn 1.8.9 for Sean). This isn't a regression on our
part, but we need to work around this in the near future.
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Wed, 16 Jul 2014 14:52:33 -0400 |
parents | da2c835cd6b8 |
children |
line wrap: on
line source
import test_util import unittest class TestFetchBinaryFiles(test_util.TestBase): stupid_mode_tests = True def test_binaryfiles(self): repo = self._load_fixture_and_fetch('binaryfiles.svndump') self.assertEqual('cce7fe400d8d', str(repo['tip']))