Comment 3 for bug 503619

Revision history for this message
Markus Korn (thekorn) wrote :

------------------------------------------------------------
revno: 1258
committer: Markus Korn <email address hidden>
branch nick: trunk
timestamp: Wed 2010-01-06 10:33:03 +0100
message:
  The blacklist is running in its own DBus scope (object_path and interface
  address). Using this instead of the generic zeitgeist addresses.
------------------------------------------------------------
revno: 1257
committer: Markus Korn <email address hidden>
branch nick: trunk
timestamp: Wed 2010-01-06 10:09:29 +0100
message:
  Fixed code to find related events. The API and engine methods got renamed
  some time ago, but not all neccessary bits where updated accordingly

These test failures a a classical example of doing string changes in our code without running the testsuite afterwards.
We have this testsuite, it's running fast so we should really run it *before* each of our commits to lp:zeitgeist. Fixing failures a week after the commit costs much more time and causes much more trouble than doing a couple of times around each commit.