http://bugs.meego.com/show_bug.cgi?id=7761
--- Comment #3 from pohly <patrick.ohly(a)intel.com> 2010-10-07 05:21:20 PDT ---
(In reply to comment #2)
patrick, this fix makes one case of test-dbus failed. you can find it
in the
nightly report.
Which one? This here?
FAIL: check the Server.GetCapabilities() call
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/nightly/syncevolution-testing/syncevolution/test/test-dbus.py",
line 557, in testCapabilities
self.failUnlessEqual(capabilities, ['ConfigChanged', 'GetConfigName',
'Notifications', 'SessionFlags', 'Version'])
AssertionError: dbus.Array([dbus.String(u'ConfigChanged'),
dbus.String(u'GetConfigName'), dbus.String(u'Notifications'),
dbus.String(u'SessionAttach'), dbus.String(u'SessionFlags'),
dbus.String(u'Version')], signature=dbus.Signature('s')) !=
['ConfigChanged',
'GetConfigName', 'Notifications', 'SessionFlags',
'Version']
The test-dbus.py script seems to be out-dated:
http://meego.gitorious.org/meego-middleware/syncevolution/blobs/master/te...
self.failUnlessEqual(capabilities, ['ConfigChanged', 'GetConfigName',
'Notifications', 'SessionAttach', 'SessionFlags',
'Version'])
How can this happen? Isn't the nightly testing using the version of
test-dbus.py from the checkout that it is testing?
--
Configure bugmail:
http://bugs.meego.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching someone on the CC list of the bug.