~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

Merge with get_file_sha1

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
"""Tests for Repository.is_write_locked()."""
18
18
 
19
 
from bzrlib.tests.repository_implementations.test_repository import TestCaseWithRepository
 
19
from bzrlib.tests.per_repository import TestCaseWithRepository
20
20
 
21
21
 
22
22
class TestIsWriteLocked(TestCaseWithRepository):