~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_repository/test_check.py

Merge with get_file_sha1

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
    revision as _mod_revision,
24
24
    )
25
25
from bzrlib.tests import TestNotApplicable
26
 
from bzrlib.tests.repository_implementations import TestCaseWithRepository
27
 
from bzrlib.tests.repository_implementations.helpers import (
 
26
from bzrlib.tests.per_repository import TestCaseWithRepository
 
27
from bzrlib.tests.per_repository.helpers import (
28
28
    TestCaseWithBrokenRevisionIndex,
29
29
    )
30
30