summary refs log tree commit diff
path: root/tests/storage/test_stream.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace hs.parse_roomid with RoomID.from_stringMark Haines2015-01-231-3/+3
|
* Replace hs.parse_userid with UserID.from_stringMark Haines2015-01-231-2/+3
|
* Kill off synapse.api.events.*Erik Johnston2014-12-161-6/+5
|
* Fix prev_contentErik Johnston2014-12-111-3/+2
|
* Fix some testsErik Johnston2014-12-101-39/+34
|
* Fix stream test.Erik Johnston2014-11-101-5/+12
|
* Fix a couple more storage testsErik Johnston2014-11-051-7/+17
|
* Test that prev_content get's added if there is a prev_state key (in the ↵Erik Johnston2014-09-191-17/+70
| | | | event stream).
* SYN-47: Fix bug where we still returned events for rooms we had left.Erik Johnston2014-09-191-0/+173
SYN-47 #resolve