~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/stub_sftp.py

first cut at merge from integration.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
            self.home = home[len(self.root):]
69
69
        if (len(self.home) > 0) and (self.home[0] == '/'):
70
70
            self.home = self.home[1:]
 
71
        server._test_case.log('sftpserver - new connection')
71
72
 
72
73
    def _realpath(self, path):
73
74
        return self.root + self.canonicalize(path)