aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2009-11-29 00:40:38 -0300
committerMarcelo Lira <marcelo.lira@openbossa.org>2009-11-30 13:11:16 -0300
commit697f24dfa96b15a46e9e5afa79e102e9a5100d73 (patch)
tree30649375100f1feea0ed9979499630071963e4a9 /tests
parent0e2de944d5ddfce144a824280e08febbc8a1271a (diff)
Fixed some typos in tests' comments.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/samplebinding/ownership_delete_parent_test.py2
-rwxr-xr-xtests/samplebinding/ownership_invalidate_parent_test.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/samplebinding/ownership_delete_parent_test.py b/tests/samplebinding/ownership_delete_parent_test.py
index 195642f00..cef829952 100755
--- a/tests/samplebinding/ownership_delete_parent_test.py
+++ b/tests/samplebinding/ownership_delete_parent_test.py
@@ -33,7 +33,7 @@ from sample import ObjectType
class DeleteParentTest(unittest.TestCase):
- '''Test case for deleting an parent object'''
+ '''Test case for deleting a parent object'''
def testParentDestructor(self):
'''Delete parent object should invalidate child'''
diff --git a/tests/samplebinding/ownership_invalidate_parent_test.py b/tests/samplebinding/ownership_invalidate_parent_test.py
index 67879b807..b99951c4b 100755
--- a/tests/samplebinding/ownership_invalidate_parent_test.py
+++ b/tests/samplebinding/ownership_invalidate_parent_test.py
@@ -32,7 +32,7 @@ from sample import ObjectType, BlackBox
class InvalidateParentTest(unittest.TestCase):
- '''Test case for deleting an parent object'''
+ '''Tests for invalidating a parent of other objects.'''
def testInvalidateParent(self):
'''Invalidate parent should invalidate children'''