Summary: | Port Gabble to undrafted ContactSearch | ||
---|---|---|---|
Product: | Telepathy | Reporter: | Will Thompson <will> |
Component: | gabble | Assignee: | Telepathy bugs list <telepathy-bugs> |
Status: | RESOLVED FIXED | QA Contact: | Telepathy bugs list <telepathy-bugs> |
Severity: | normal | ||
Priority: | medium | Keywords: | patch |
Version: | git master | ||
Hardware: | Other | ||
OS: | All | ||
URL: | http://git.collabora.co.uk/?p=user/wjt/telepathy-gabble-wjt.git;a=shortlog;h=refs/heads/search | ||
Whiteboard: | review+ with minor changes | ||
i915 platform: | i915 features: |
Description
Will Thompson
2010-09-07 12:00:35 UTC
> + assertEquals(results.keys(), infos.keys())
I think this assumes they'll fall out of the dict in the same order, which isn't a Python API guarantee. I'd prefer to compare set(results.keys()) with set(infos.keys()) to be sure it'll keep working.
(Four occurrences, including one in unextended.py.)
Other than that, review+
Merged, ta! |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.