From 5c0bfd7681f3e12f257012a59259ef3c999ba4a9 Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@allmydata.com>
Date: Tue, 12 Aug 2008 15:59:32 -0700
Subject: [PATCH] test_system: rename Checker to ImmutableChecker, to make room
 for a mutable one

---
 src/allmydata/test/test_system.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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