Testing: fix errors due to changes of MB#5043

A newly added property 'configName' is put in the property
map when calling 'Session.GetConfig'. It makes some cases
failed.
This commit is contained in:
Zhu, Yongsheng 2010-03-26 10:56:10 +08:00 committed by Patrick Ohly
parent 3fc7e529ea
commit 777bee7a9d
1 changed files with 2 additions and 1 deletions

View File

@ -992,7 +992,8 @@ class TestSessionAPIsDummy(unittest.TestCase, DBusUtil):
"password" : "-",
"deviceId" : "foo",
"RetryInterval" : "10",
"RetryDuration" : "20"
"RetryDuration" : "20",
"configName" : "dummy-test"
},
"source/addressbook" : { "sync" : "slow",
"type" : "addressbook",