projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cf320c
)
test_uri.py: s/NewDirnode/Dirnode/ , now that they aren't "new" anymore
author
Brian Warner
<warner@lothar.com>
Fri, 20 Nov 2009 07:55:53 +0000
(23:55 -0800)
committer
Brian Warner
<warner@lothar.com>
Fri, 20 Nov 2009 07:55:53 +0000
(23:55 -0800)
src/allmydata/test/test_uri.py
patch
|
blob
|
history
diff --git
a/src/allmydata/test/test_uri.py
b/src/allmydata/test/test_uri.py
index 142606167bdb7cf5db5fe1fccf77edb3fab2fe5e..6b4c3e533cbe6821bc6b146955f0d8c5f2599029 100644
(file)
--- a/
src/allmydata/test/test_uri.py
+++ b/
src/allmydata/test/test_uri.py
@@
-259,7
+259,7
@@
class Mutable(unittest.TestCase):
self.failUnlessEqual(u5, u5_h)
-class
New
Dirnode(unittest.TestCase):
+class Dirnode(unittest.TestCase):
def test_pack(self):
writekey = "\x01" * 16
fingerprint = "\x02" * 32