matrix-user-swap/tests/input
Olivia Lee 003f4dd92c
fix tag schema used for planning
Previously, we assumed that the entire content of the m.tag event was a
map of tags, but this is false. The actual schema is { "tags": ... }.
This wasn't caught until testing against a real server with th executor
because all the test cases replicated the incorrect schema.
2024-12-31 03:19:29 -08:00
..
acl_allowed.json5 add tests for ACL behavior 2024-12-03 22:59:19 -08:00
acl_banned.json5 add tests for ACL behavior 2024-12-03 22:59:19 -08:00
alias.json5 add test for room alias handling 2024-12-05 20:58:09 -08:00
already_invited.json5 add tests for invite logic 2024-12-03 19:27:32 -08:00
banned.json5 add tests for behavior with banned rooms 2024-12-03 22:02:24 -08:00
cannot_copy_power_levels.json5 add tests where the old user cannot copy power levels 2024-12-03 21:36:54 -08:00
cannot_invite.json5 add tests for behavior with invalid power levels events 2024-12-22 00:48:19 -08:00
cannot_invite_history_visibility.json5 add tests for behavior with invalid power levels events 2024-12-22 00:48:19 -08:00
cannot_invite_or_copy_power_levels.json5 add test for a room where the old user can't invite or copy power levels 2024-12-03 21:43:14 -08:00
cannot_invite_public_room.json5 add tests for behavior with invalid power levels events 2024-12-22 00:48:19 -08:00
direct_message_old_and_new_users.json5 add test for m.direct handling with a DM between the old and new users 2024-12-04 23:54:34 -08:00
direct_messages.json5 add more m.direct account data migration tests 2024-12-04 23:54:34 -08:00
direct_messages_merge.json5 add more m.direct account data migration tests 2024-12-04 23:54:34 -08:00
history_visibility.json5 add tests for behavior with restricted history visibility 2024-12-05 22:18:18 -08:00
ignored_users_extra_keys.json5 add tests for m.ignored_user_list migration 2024-12-04 23:54:35 -08:00
ignored_users_merge.json5 add tests for m.ignored_user_list migration 2024-12-04 23:54:35 -08:00
ignored_users_simple.json5 add tests for m.ignored_user_list migration 2024-12-04 23:54:35 -08:00
invite_then_join.json5 add tests for invite logic 2024-12-03 19:27:32 -08:00
join_public.json5 add test for joining a public room 2024-12-03 19:17:56 -08:00
leave.json5 add test for recording alias on a no-op room that is left 2024-12-22 01:37:19 -08:00
leave_direct_message_fail.json5 add tests for rooms that should not be left due to errors 2024-12-22 02:16:22 -08:00
leave_room_errors.json5 add tests for rooms that should not be left due to errors 2024-12-22 02:16:22 -08:00
new_user_higher_power.json5 add tests for power level propagation 2024-12-03 19:54:21 -08:00
promote.json5 add tests for power level propagation 2024-12-03 19:54:21 -08:00
room_tags_cannot_merge.json5 fix tag schema used for planning 2024-12-31 03:19:29 -08:00
room_tags_error_unmigrated_room.json5 fix tag schema used for planning 2024-12-31 03:19:29 -08:00
room_tags_merge.json5 fix tag schema used for planning 2024-12-31 03:19:29 -08:00
room_tags_simple.json5 fix tag schema used for planning 2024-12-31 03:19:29 -08:00
room_tags_unmigrated_room.json5 fix tag schema used for planning 2024-12-31 03:19:29 -08:00
same_power_level.json5 add tests for power level propagation 2024-12-03 19:54:21 -08:00
same_state.json5 set up snapshot test infrastructure for plan construction 2024-12-03 18:58:35 -08:00
trivial.json5 set up snapshot test infrastructure for plan construction 2024-12-03 18:58:35 -08:00