MatrixSynapse/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 Have all unit tests import from our own subclass of trial's unittest TestCase; set up logging in ONE PLACE ONLY 2014-09-12 18:46:13 +01:00
events Fix validation tests 2014-11-11 10:31:59 +00:00
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 Add a request-id to each log line 2014-10-30 01:21:33 +00:00
__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 Have all unit tests import from our own subclass of trial's unittest TestCase; set up logging in ONE PLACE ONLY 2014-09-12 18:46:13 +01:00
test_state.py Rename annotate_state_groups to annotate_event_with_state 2014-11-11 16:58:53 +00:00
test_types.py Have all unit tests import from our own subclass of trial's unittest TestCase; set up logging in ONE PLACE ONLY 2014-09-12 18:46:13 +01:00
unittest.py Added a useful unit test primitive for asserting object attributes 2014-09-17 15:56:40 +01:00
utils.py Sign outgoing PDUs. 2014-10-16 00:09:48 +01:00