synapse/tests
Erik Johnston a46e5ef621 SYN-163: Add an order by rowid to selects.
This should fix the bug where the edges of the graph get returned in a
different order than they were inserted in, and so no get_event no
longer returned the exact same JSON as was inserted. This meant that
signature checks failed.
2014-11-24 10:56:36 +00:00
..
api
events
federation replace user_id with sender 2014-11-19 16:38:40 +00:00
handlers Initialise UserPresenceCache instances to always contain a 'presence' key 2014-11-19 17:31:46 +00:00
rest Fix tests from prev commit 2014-11-19 18:00:07 +00:00
storage SYN-163: Add an order by rowid to selects. 2014-11-24 10:56:36 +00:00
util
__init__.py fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org hasn't been incorporated in time for launch. 2014-09-03 17:31:57 +01:00
test_distributor.py
test_state.py
test_types.py
unittest.py
utils.py