test-dbus: Updated term 'evolutionSource' to 'database'

This commit is contained in:
Chris Kühl 2011-06-27 13:56:12 +02:00 committed by Patrick Ohly
parent 801c779fbe
commit 7418c69bd3
1 changed files with 1 additions and 1 deletions

View File

@ -1607,7 +1607,7 @@ class TestSessionAPIsDummy(unittest.TestCase, DBusUtil):
else:
self.fail("no exception thrown")
def testCheckSourceInvalidEvolutionSource(self):
def testCheckSourceInvalidDatabase(self):
"""TestSessionAPIsDummy.testCheckSourceInvalidEvolutionSource - test the right error is reported when the evolutionsource is invalid """
self.setupConfig()
config = { "source/memo" : { "database" : "impossible-source"} }