summaryrefslogtreecommitdiff
path: root/tests/test_binaryfiles.py
blob: 37852f02721a5cb4e996d268b427e948aa6c1f90 (plain)
1
2
3
4
5
6
7
8
9
10
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']))