~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_lockable_files.py

  • Committer: Robert Collins
  • Date: 2006-05-05 04:00:11 UTC
  • mto: (1697.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 1701.
  • Revision ID: robertc@robertcollins.net-20060505040011-da8649051797224e
Review comments.

Show diffs side-by-side

added added

removed removed

Lines of Context:
139
139
 
140
140
    def tearDown(self):
141
141
        super(TestLockableFiles_TransportLock, self).tearDown()
 
142
        # free the subtransport so that we do not get a 5 second
 
143
        # timeout due to the SFTP connection cache.
142
144
        del self.sub_transport
143
145
 
144
146
    def get_lockable(self):