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:
67e7333
)
test_system: rename Checker to ImmutableChecker, to make room for a mutable one
author
Brian Warner
<warner@allmydata.com>
Tue, 12 Aug 2008 22:59:32 +0000
(15:59 -0700)
committer
Brian Warner
<warner@allmydata.com>
Tue, 12 Aug 2008 22:59:32 +0000
(15:59 -0700)
src/allmydata/test/test_system.py
patch
|
blob
|
history
diff --git
a/src/allmydata/test/test_system.py
b/src/allmydata/test/test_system.py
index dd920fc0fb662dbe723cd88d137c5c801ab010c6..af64ec97cac342b34aaddb16b930d2b7a60a8fe6 100644
(file)
--- a/
src/allmydata/test/test_system.py
+++ b/
src/allmydata/test/test_system.py
@@
-1693,7
+1693,7
@@
class SystemTest(SystemTestMixin, unittest.TestCase):
return d
-class Checker(ShareManglingMixin, unittest.TestCase):
+class
Immutable
Checker(ShareManglingMixin, unittest.TestCase):
def setUp(self):
# Set self.basedir to a temp dir which has the name of the current test method in its
# name.