/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_lockable_files.py

  • Committer: Martin Pool
  • Date: 2006-03-03 06:43:48 UTC
  • mto: This revision was merged to the branch mainline in revision 1593.
  • Revision ID: mbp@sourcefrog.net-20060303064348-d7f474286e006c48
Clean up Transport-based locks for old branches

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
# This method of adapting tests to parameters is different to 
92
92
# the TestProviderAdapters used elsewhere, but seems simpler for this 
93
93
# case.  
94
 
class TestLockableFiles_OldLock(TestCaseInTempDir,
95
 
                              _TestLockableFiles_mixin):
 
94
class TestLockableFiles_TransportLock(TestCaseInTempDir,
 
95
                                      _TestLockableFiles_mixin):
96
96
 
97
97
    def setUp(self):
98
 
        super(TestLockableFiles_OldLock, self).setUp()
 
98
        super(TestLockableFiles_TransportLock, self).setUp()
99
99
        transport = get_transport('.')
100
100
        transport.mkdir('.bzr')
101
101
        transport.put('.bzr/my-lock', StringIO(''))