~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_remote.py

Setting NO_SMART_VFS in environment will disable VFS methods in the smart server. (Robert Collins, John Arbash Meinel, Andrew Bennetts)

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
from bzrlib.remote import RemoteBzrDir, RemoteBzrDirFormat
30
30
from bzrlib.branch import Branch
31
31
 
 
32
 
32
33
class BasicRemoteObjectTests(tests.TestCaseInTempDir):
33
34
 
34
35
    def setUp(self):