mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-25 11:12:42 +00:00
Update line number
This commit is contained in:
parent
b856238110
commit
09d78b129b
@ -27,7 +27,7 @@ class NoArgumentException(Exception):
|
||||
class HumanReadable(unittest.TestCase):
|
||||
def test_repr(self):
|
||||
hr = humanreadable.hr
|
||||
self.failUnlessEqual(hr(foo), "<foo() at test_humanreadable.py:24>")
|
||||
self.failUnlessEqual(hr(foo), "<foo() at test_humanreadable.py:20>")
|
||||
self.failUnlessEqual(hr(self.test_repr),
|
||||
"<bound method HumanReadable.test_repr of <allmydata.test.test_humanreadable.HumanReadable testMethod=test_repr>>")
|
||||
self.failUnlessEqual(hr(long(1)), "1")
|
||||
|
Loading…
x
Reference in New Issue
Block a user