From dcf315e272bf5dc08f80904b98eac6a657dbd07b Mon Sep 17 00:00:00 2001 From: Guido Trotter <ultrotter@google.com> Date: Thu, 1 May 2008 11:15:47 +0000 Subject: [PATCH] locking: remove obsolete comment Reviewed-by: iustinp --- test/ganeti.locking_unittest.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/ganeti.locking_unittest.py b/test/ganeti.locking_unittest.py index 150b02c22..e254e85b7 100755 --- a/test/ganeti.locking_unittest.py +++ b/test/ganeti.locking_unittest.py @@ -517,7 +517,6 @@ class TestGanetiLockManager(unittest.TestCase): self.assertEqual(i, locking.LEVELS[i]) def testDoubleGLFails(self): - # We are not passing test=True, so instantiating a new one should fail self.assertRaises(AssertionError, locking.GanetiLockManager) def testLockNames(self): -- GitLab