##// END OF EJS Templates
test-lock.py: copy-edit assertions about file existing...
Siddharth Agarwal -
r26381:94dc1083 default
parent child Browse files
Show More
@@ -80,9 +80,9 b' class teststate(object):'
80
80
81 def _toexists(self, exists):
81 def _toexists(self, exists):
82 if exists:
82 if exists:
83 return 'exists'
83 return 'exist'
84 else:
84 else:
85 return 'not exists'
85 return 'not exist'
86
86
87 class testlock(unittest.TestCase):
87 class testlock(unittest.TestCase):
88 def testlock(self):
88 def testlock(self):
General Comments 0
You need to be logged in to leave comments. Login now