#2118 Fix running the tests with a sqlite database where the ordering differs
Merged by pingou. Opened by pingou.
fix_sqlite_test  into  master

Download 2118.patch
no initial comment

This is a fine way to do this, but if the order doesn't matter you might consider altering the test to turn these lists into sets and comparing the sets instead of comparing lists. This way the test isn't asserting order when order doesn't matter.

LGTM.

It's a good idea but the order does matter to me :)

rebased

Pull-Request has been merged by pingou

Metadata