~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_lock/test_lock.py

  • Committer: Samuel Bronson
  • Date: 2012-08-30 20:36:18 UTC
  • mto: (6015.57.3 2.4)
  • mto: This revision was merged to the branch mainline in revision 6558.
  • Revision ID: naesten@gmail.com-20120830203618-y2dzw91nqpvpgxvx
Update INSTALL for switch to Python 2.6 and up.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
    osutils,
22
22
    )
23
23
 
24
 
from bzrlib.tests import (
25
 
    features,
26
 
    )
 
24
from bzrlib.tests import (features, UnicodeFilenameFeature)
27
25
from bzrlib.tests.per_lock import TestCaseWithLock
28
26
 
29
27
 
168
166
 
169
167
class TestLockUnicodePath(TestCaseWithLock):
170
168
 
171
 
    _test_needs_features = [features.UnicodeFilenameFeature]
 
169
    _test_needs_features = [UnicodeFilenameFeature]
172
170
 
173
171
    def test_read_lock(self):
174
172
        self.build_tree([u'\u1234'])