From 99729b6698d8c3c5bd4606c88ca7aede676a302a Mon Sep 17 00:00:00 2001 From: Guido Trotter <ultrotter@google.com> Date: Mon, 10 May 2010 09:59:09 +0100 Subject: [PATCH] Fix a unittest docstring Signed-off-by: Guido Trotter <ultrotter@google.com> Reviewed-by: Balazs Lecz <leczb@google.com> --- test/ganeti.utils_unittest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ganeti.utils_unittest.py b/test/ganeti.utils_unittest.py index 55698f59a..4babe85ab 100755 --- a/test/ganeti.utils_unittest.py +++ b/test/ganeti.utils_unittest.py @@ -1321,7 +1321,7 @@ class TestForceDictType(unittest.TestCase): class TestIsAbsNormPath(unittest.TestCase): - """Testing case for IsProcessAlive""" + """Testing case for IsAbsNormPath""" def _pathTestHelper(self, path, result): if result: -- GitLab