Remove duplicate class names.

Change-Id: I7ef76b66beee1392d4e11544cc74de12a81e742a
Signed-off-by: Peter Portante <peter.portante@redhat.com>
Reviewed-on: http://review.gluster.org/5115
Reviewed-by: Peter Portante <pportant@redhat.com>
Tested-by: Peter Portante <pportant@redhat.com>
This commit is contained in:
Peter Portante 2013-05-29 23:10:40 -04:00 committed by Peter Portante
parent 07e4329949
commit dc870d2620
2 changed files with 3 additions and 3 deletions

View File

@ -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):

View File

@ -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