No remote test case for event deletion
Bug #510813 reported by
Siegfried Gevatter
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Zeitgeist Framework |
Fix Released
|
High
|
Seif Lotfy |
Bug Description
We need a remote test case for DeleteEvents and subscribing to deletion events.
Related branches
Changed in zeitgeist: | |
milestone: | none → 0.3.3 |
Changed in zeitgeist: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
OK I started one and it works if i cast all UInt32 to ints
but still i think some1 should look over it
======= ======= ======= ======= ======= ======= ======= ======= ======= ======= _.ZeitgeistRemo teAPITest) ------- ------- ------- ------- ------- ------- ------- ------- ------- test.py" , line 211, in testDeleteEvents client. delete_ events( ids) ./zeitgeist/ client. py", line 617, in delete_events _check_ members( event_ids, int) ./zeitgeist/ client. py", line 798, in _check_members
ERROR: testDeleteEvents (__main_
-------
Traceback (most recent call last):
File "test/remote-
self.
File "test/.
self.
File "test/.
(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)