]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
test_system: rename Checker to ImmutableChecker, to make room for a mutable one
authorBrian Warner <warner@allmydata.com>
Tue, 12 Aug 2008 22:59:32 +0000 (15:59 -0700)
committerBrian Warner <warner@allmydata.com>
Tue, 12 Aug 2008 22:59:32 +0000 (15:59 -0700)
src/allmydata/test/test_system.py

index dd920fc0fb662dbe723cd88d137c5c801ab010c6..af64ec97cac342b34aaddb16b930d2b7a60a8fe6 100644 (file)
@@ -1693,7 +1693,7 @@ class SystemTest(SystemTestMixin, unittest.TestCase):
         return d
 
 
-class Checker(ShareManglingMixin, unittest.TestCase):
+class ImmutableChecker(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.