~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/workingtree_implementations/test_locking.py

[merge] bzr.dev 2255, resolve conflicts, update copyrights

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
        # note that we dont have a try:finally here because of two reasons:
116
116
        # firstly there will only be errors reported if the test fails, and 
117
117
        # when it fails thats ok as long as the test suite cleanup still works,
118
 
        # which it will as the lock objects are released (thats wher ethe 
119
 
        # warning comes from.  Secondly, its hard in this test to be 
 
118
        # which it will as the lock objects are released (thats where the 
 
119
        # warning comes from.  Secondly, it is hard in this test to be 
120
120
        # sure that we've got the right interactions between try:finally
121
121
        # and the lock/unlocks we are doing.
122
122
        getattr(tree, methodname)()