view tests/test_binaryfiles.py @ 1513:07c38eee3954

obsolete: support obsolete.isenabled obsolete._enabled is the old deprecated way of checking if obsolete markers is on. Instead we should be using obsolete.isenabled() to check if individual features are on.
author Durham Goode <durham@fb.com>
date Wed, 28 Jun 2017 13:31:17 -0700
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']))