diff options
author | Alex Chen <Cnly@users.noreply.github.com> | 2020-04-18 18:01:48 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-18 11:01:48 +0100 |
commit | e1a4ada0e1325cbc72814f7ac00ee56f9986e014 (patch) | |
tree | 76c1f01d072c33e9e102dba41f9106b3fb0c16a3 /are-we-synapse-yet.list | |
parent | 0d116d92224040526094dd26dd054f91a8267c49 (diff) |
Ensure room version tests can be grouped whether failed or passed (#972)
Signed-off-by: Alex Chen <minecnly@gmail.com>
Diffstat (limited to 'are-we-synapse-yet.list')
-rw-r--r-- | are-we-synapse-yet.list | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/are-we-synapse-yet.list b/are-we-synapse-yet.list index 5d41c6ad..5a900b3e 100644 --- a/are-we-synapse-yet.list +++ b/are-we-synapse-yet.list @@ -405,6 +405,7 @@ syn Unnamed room comes with a name summary syn Named room comes with just joined member count summary syn Room summary only has 5 heroes syn Room summary counts change when membership changes +rmv User can create and send/receive messages in a room with version 1 rmv User can create and send/receive messages in a room with version 1 (2 subtests) rmv local user can join room with version 1 rmv User can invite local user to room with version 1 @@ -413,6 +414,7 @@ rmv User can invite remote user to room with version 1 rmv Remote user can backfill in a room with version 1 rmv Can reject invites over federation for rooms with version 1 rmv Can receive redactions from regular users over federation in room version 1 +rmv User can create and send/receive messages in a room with version 2 rmv User can create and send/receive messages in a room with version 2 (2 subtests) rmv local user can join room with version 2 rmv User can invite local user to room with version 2 @@ -422,6 +424,7 @@ rmv Remote user can backfill in a room with version 2 rmv Can reject invites over federation for rooms with version 2 rmv Can receive redactions from regular users over federation in room version 2 rmv User can create and send/receive messages in a room with version 3 +rmv User can create and send/receive messages in a room with version 3 (2 subtests) rmv local user can join room with version 3 rmv User can invite local user to room with version 3 rmv remote user can join room with version 3 @@ -430,6 +433,7 @@ rmv Remote user can backfill in a room with version 3 rmv Can reject invites over federation for rooms with version 3 rmv Can receive redactions from regular users over federation in room version 3 rmv User can create and send/receive messages in a room with version 4 +rmv User can create and send/receive messages in a room with version 4 (2 subtests) rmv local user can join room with version 4 rmv User can invite local user to room with version 4 rmv remote user can join room with version 4 @@ -438,6 +442,7 @@ rmv Remote user can backfill in a room with version 4 rmv Can reject invites over federation for rooms with version 4 rmv Can receive redactions from regular users over federation in room version 4 rmv User can create and send/receive messages in a room with version 5 +rmv User can create and send/receive messages in a room with version 5 (2 subtests) rmv local user can join room with version 5 rmv User can invite local user to room with version 5 rmv remote user can join room with version 5 |