|
1 | | -# Extracted from matrix-org/sytest#9ea3f15b |
| 1 | +# Extracted from matrix-org/sytest#da1c9e22 |
2 | 2 | # With `grep -E "^\s*(test|multi_test) \"" -R . | grep ".pl:" | docker run --rm -i -e LC_ALL=C ubuntu:18.04 sort` |
3 | 3 |
|
4 | 4 | ./tests/10apidoc/01register.pl: test "POST $ep_name admin with shared secret", |
|
421 | 421 | ./tests/42tags.pl:test "Tags appear in the v1 /events stream", |
422 | 422 | ./tests/42tags.pl:test "Tags appear in the v1 /initialSync", |
423 | 423 | ./tests/42tags.pl:test "Tags appear in the v1 room initial sync", |
424 | | -./tests/43search.pl: test "Search results with $ordering_type ordering do not include redacted events", |
425 | | -./tests/43search.pl:test "Can back-paginate search results", |
426 | | -./tests/43search.pl:test "Can get context around search results", |
427 | | -./tests/43search.pl:test "Can search for an event by body", |
428 | | -./tests/43search.pl:test "Search works across an upgraded room and its predecessor", |
429 | 424 | ./tests/44account_data.pl:test "Account data appears in v1 /events stream", |
430 | 425 | ./tests/44account_data.pl:test "Can add account data to room", |
431 | 426 | ./tests/44account_data.pl:test "Can add account data", |
|
636 | 631 | ./tests/61push/05_set_actions.pl:test "Changing the actions of an unknown default rule fails with 404", |
637 | 632 | ./tests/61push/05_set_actions.pl:test "Changing the actions of an unknown rule fails with 404", |
638 | 633 | ./tests/61push/06_get_pusher.pl:test "Can fetch a user's pushers", |
639 | | -./tests/61push/06_push_rules_in_sync.pl:test "Adding a push rule wakes up an incremental /sync", |
640 | | -./tests/61push/06_push_rules_in_sync.pl:test "Disabling a push rule wakes up an incremental /sync", |
641 | | -./tests/61push/06_push_rules_in_sync.pl:test "Enabling a push rule wakes up an incremental /sync", |
642 | | -./tests/61push/06_push_rules_in_sync.pl:test "Push rules come down in an initial /sync", |
643 | | -./tests/61push/06_push_rules_in_sync.pl:test "Setting actions for a push rule wakes up an incremental /sync", |
644 | 634 | ./tests/61push/07_set_enabled.pl:test "Can enable/disable default rules", |
645 | 635 | ./tests/61push/07_set_enabled.pl:test "Enabling an unknown default rule fails with 404", |
646 | 636 | ./tests/61push/08_rejected_pushers.pl:multi_test "Test that rejected pushers are removed.", |
|
0 commit comments