~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_workingtree/test_readonly.py

(jelmer) Move more VersionedFiles-specific tests to bt.per_repository_vf.
 (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
import time
22
22
 
23
23
from bzrlib import (
24
 
    errors,
25
24
    hashcache,
26
25
    tests,
27
26
    )