From dc870d2620a2f10c6b00589d4d06fe2feb7c329b Mon Sep 17 00:00:00 2001 From: Peter Portante Date: Wed, 29 May 2013 23:10:40 -0400 Subject: Remove duplicate class names. Change-Id: I7ef76b66beee1392d4e11544cc74de12a81e742a Signed-off-by: Peter Portante Reviewed-on: http://review.gluster.org/5115 Reviewed-by: Peter Portante Tested-by: Peter Portante --- test/unit/common/test_constraints.py | 2 +- test/unit/common/test_fs_utils.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'test') diff --git a/test/unit/common/test_constraints.py b/test/unit/common/test_constraints.py index a6d21d8..e2769ab 100644 --- a/test/unit/common/test_constraints.py +++ b/test/unit/common/test_constraints.py @@ -40,7 +40,7 @@ def mock_check_mount_err(*args, **kwargs): return False -class TestUtils(unittest.TestCase): +class TestConstraints(unittest.TestCase): """ Tests for common.constraints """ def tearDown(self): diff --git a/test/unit/common/test_fs_utils.py b/test/unit/common/test_fs_utils.py index 28354ee..eb6faa0 100644 --- a/test/unit/common/test_fs_utils.py +++ b/test/unit/common/test_fs_utils.py @@ -32,8 +32,8 @@ def mock_os_fsync(fd): def mock_tpool_execute(func, *args, **kwargs): func(*args, **kwargs) -class TestUtils(unittest.TestCase): - """ Tests for common.utils """ +class TestFsUtils(unittest.TestCase): + """ Tests for common.fs_utils """ def test_do_walk(self): # create directory structure -- cgit