Comment 1 for bug 510813

Revision history for this message
Seif Lotfy (seif) wrote :

OK I started one and it works if i cast all UInt32 to ints
but still i think some1 should look over it

======================================================================
ERROR: testDeleteEvents (__main__.ZeitgeistRemoteAPITest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test/remote-test.py", line 211, in testDeleteEvents
    self.client.delete_events(ids)
  File "test/../zeitgeist/client.py", line 617, in delete_events
    self._check_members(event_ids, int)
  File "test/../zeitgeist/client.py", line 798, in _check_members
    (m.__class__, member_class))
TypeError: Collection contains member of invalid type <type 'dbus.UInt32'>. Expected <type 'int'>

----------------------------------------------------------------------
Ran 10 tests in 30.971s

FAILED (errors=1)