summaryrefslogtreecommitdiffstats
path: root/src/account/test/TestAccount.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/account/test/TestAccount.py')
-rw-r--r--src/account/test/TestAccount.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/account/test/TestAccount.py b/src/account/test/TestAccount.py
index 57925f0..e6f0c14 100644
--- a/src/account/test/TestAccount.py
+++ b/src/account/test/TestAccount.py
@@ -28,7 +28,7 @@ class TestAccount(AccountBase):
"""
def test_account_properties(self):
"""
- Test if there are key and main properties in LMI_Account
+ Account: Test if there are key and main properties in LMI_Account
"""
slct = "select * from LMI_Account"
instances = self.wbemconnection.ExecQuery('WQL', slct)
@@ -44,7 +44,7 @@ class TestAccount(AccountBase):
def test_create_account(self):
"""
- Test to create user account
+ Account: Test to create user account
"""
# make sure the account will not exist
clean_account(self.user_name)
@@ -61,7 +61,7 @@ class TestAccount(AccountBase):
def test_delete_account(self):
"""
- Test to delete account
+ Account: Test to delete account
"""
# make sure the account will exist
create_account(self.user_name)
@@ -76,7 +76,7 @@ class TestAccount(AccountBase):
def test_modify_account(self):
"""
- Test several modifications
+ Account: Test several modifications
"""
create_account(self.user_name)
i = self.wbemconnection.ExecQuery('WQL',