summaryrefslogtreecommitdiffstats
path: root/src/account/test/TestGroup.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/account/test/TestGroup.py')
-rw-r--r--src/account/test/TestGroup.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/account/test/TestGroup.py b/src/account/test/TestGroup.py
index 3111610..6c294eb 100644
--- a/src/account/test/TestGroup.py
+++ b/src/account/test/TestGroup.py
@@ -27,7 +27,7 @@ class TestGroup(AccountBase):
"""
def test_group_properties(self):
"""
- Test if there are key and main properties in LMI_Group
+ Account: Test if there are key and main properties in LMI_Group
"""
slct = "select * from LMI_Group"
instances = self.wbemconnection.ExecQuery('WQL', slct)
@@ -42,7 +42,7 @@ class TestGroup(AccountBase):
def test_create_group(self):
"""
- Test to create group
+ Account: Test to create group
"""
# make sure the group will not exist
clean_group(self.group_name)
@@ -59,7 +59,7 @@ class TestGroup(AccountBase):
def test_delete_group(self):
"""
- Test to delete group
+ Account: Test to delete group
"""
# make sure the group will exist
create_group(self.group_name)