From: Brian Warner Date: Tue, 12 Aug 2008 22:59:32 +0000 (-0700) Subject: test_system: rename Checker to ImmutableChecker, to make room for a mutable one X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=5c0bfd7681f3e12f257012a59259ef3c999ba4a9;p=tahoe-lafs%2Ftahoe-lafs.git test_system: rename Checker to ImmutableChecker, to make room for a mutable one --- diff --git a/src/allmydata/test/test_system.py b/src/allmydata/test/test_system.py index dd920fc0..af64ec97 100644 --- 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 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.