150
150
# TestCaseWithSFTPServer only allows you to connect one time
151
151
# to the SFTP server. So we have to create a connection and
152
152
# keep it around, so that it can be reused
155
155
wt_base = b_base.bzrdir.open_workingtree()
156
156
open('base/a', 'wb').write('new base contents\n')