test_system: rename Checker to ImmutableChecker, to make room for a mutable one

This commit is contained in:
Brian Warner 2008-08-12 15:59:32 -07:00
parent 67e7333955
commit 5c0bfd7681

View 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.