caps/tube-caps.py's caps assertions don't work
@jonnylamb
Submitted by Jonny Lamb Assigned to Telepathy bugs list
Description
sorted({1:[...]}) = [1]
535439eb unfortunately introduced an assertSameElements function which doesn't remember that sorted() on a dict listifies it. Admittedly, I'm not sure I knew that.
Anyway, we should fix it, as this passes:
assertSameElements({1: {'foo':'bar'}}, {1: {'baz':'cheese'}})
Version: git master