D-Bus testing: fixed typo in test names

Only the comment was wrong (Passsword instead of Password).
This commit is contained in:
Patrick Ohly 2012-05-11 19:14:17 +00:00
parent 9ed18d00cc
commit 19cb9834df
1 changed files with 2 additions and 2 deletions

View File

@ -3561,7 +3561,7 @@ END:VCARD''')
@timeout(100)
def testPasswordRequest(self):
"""TestLocalSync.testPassswordRequest - check that password request child->parent->us works"""
"""TestLocalSync.testPasswordRequest - check that password request child->parent->us works"""
self.setUpConfigs(childPassword="-")
self.setUpListeners(self.sessionpath)
signal = self.setUpInfoRequest()
@ -3578,7 +3578,7 @@ END:VCARD''')
@timeout(100)
def testPasswordRequestAbort(self):
"""TestLocalSync.testPassswordRequestAbort - let user cancel password request"""
"""TestLocalSync.testPasswordRequestAbort - let user cancel password request"""
self.setUpConfigs(childPassword="-")
self.setUpListeners(self.sessionpath)
signal = self.setUpInfoRequest(response={})