Comment 8 for bug 362355

Revision history for this message
Free Ekanayaka (free.ekanayaka) wrote : Re: [Bug 362355] Re: Run smart update in the package-reporter instead of having a cronjob

Thanks Thomas.

|--==> On Tue, 12 May 2009 07:07:57 -0000, Thomas Herve <email address hidden> said:

[4]

If fixed the warnings. The worrying one was this:

- hash_id_db.fd.close()
+ hash_id_db_fd.close()

Now the test properly fails if you revert the change above. This was
bad bug, but luckily it won't affect the functionality, because the
exception it raised it's ignored.

I've also fixed a few failing tests due to python 2.6 and my weird
terminal (multi-term for emacs).