Skip to content

Commit

Permalink
Add version 6.
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep committed May 14, 2020
1 parent 9f704f9 commit 8b87284
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions lib/SyTest/Federation/Client.pm
Expand Up @@ -16,8 +16,7 @@ use SyTest::Assertions qw( :all );
use URI::Escape qw( uri_escape );

use constant SUPPORTED_ROOM_VERSIONS => [qw(
1 2 3 4 5
org.matrix.msc2260
1 2 3 4 5 6
)];

sub configure
Expand Down
4 changes: 3 additions & 1 deletion tests/32room-versions.pl
@@ -1,7 +1,9 @@
use URI::Escape qw( uri_escape );

use SyTest::Federation::Client;

# We test that some basic functionality works across all room versions
foreach my $version ( qw ( 1 2 3 4 5 ) ) {
foreach my $version ( qw ( 1 2 3 4 5 6 ) ) {
multi_test "User can create and send/receive messages in a room with version $version",
requires => [ local_user_fixture() ],

Expand Down

0 comments on commit 8b87284

Please sign in to comment.