D-Bus testing: fixed typo

testDBusSyncError was spelled incorrectly in the test
comment, should have started with upper case.
This commit is contained in:
Patrick Ohly 2012-03-30 08:02:34 +00:00
parent c0795acdf6
commit cf2af7b262
1 changed files with 1 additions and 1 deletions

View File

@ -2725,7 +2725,7 @@ class TestDBusSyncError(unittest.TestCase, DBusUtil):
self.runTest(result, own_xdg=True)
def testSyncNoConfig(self):
"""testDBusSyncError.testSyncNoConfig - Executes a real sync with no corresponding config."""
"""TestDBusSyncError.testSyncNoConfig - Executes a real sync with no corresponding config."""
self.setUpListeners(self.sessionpath)
self.session.Sync("", {})
loop.run()