Code review comment for lp:~brian-murray/cupstream2distro/bug-1460861

Revision history for this message
Robert Bruce Park (robru) wrote :

> The tests were behaving erratically unless the data was sorted in this
> way.

That's because you were trying to compare a dict to an ordereddict. I'm asking you to compare an unordered dict to an unordered dict, the order will not matter.

« Back to merge proposal