As a starting-point to fix this bug I attached a branch with a testcase -- ZeitgeistEngine.get_events() returns wrong result if there are duplicates in the ids argument https://bugs.launchpad.net/bugs/673916 You received this bug notification because you are a member of Zeitgeist Framework Team, which is subscribed to Zeitgeist Framework.
Status in Zeitgeist Framework: New Bug description: As of today, ZeitgeistEngine.get_events([1, 1]) returns [None, <Event with id=1>] instead of [<Event with id=1>, <Event with id=1>] This worked in rev1629 but is not working in rev 1631 anymore. _______________________________________________ Mailing list: https://launchpad.net/~zeitgeist Post to : zeitgeist@lists.launchpad.net Unsubscribe : https://launchpad.net/~zeitgeist More help : https://help.launchpad.net/ListHelp