Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve tests for history visibility #189

Merged
merged 6 commits into from
Feb 25, 2016

Conversation

richvdh
Copy link
Member

@richvdh richvdh commented Feb 19, 2016

This tests the functionality modifications in matrix-org/synapse#587.

De-conflate the anonymousguest access and world_readable tests; move the
history visibility tests together into 30history-visibility.pl and extend them
to cover world_readable. Put the tests for guest_access in 13guestaccess.pl.

De-conflate the anonymous^Wguest access and world_readable tests; move the
history visibility tests together into 30history-visibility.pl and extend them
to cover world_readable. Put the tests for guest_access in 13guestaccess.pl.
matrix_join_room( $guest_user, $room_id )
})->then( sub {
matrix_send_room_text_message( $guest_user, $room_id, body => "sup" );
})->then(sub {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whitespace ( sub {

@richvdh
Copy link
Member Author

richvdh commented Feb 24, 2016

@leonerd: PTAL

@leonerd
Copy link
Contributor

leonerd commented Feb 24, 2016

Now with a few other minor bits of syntax/whitespace neatening.

LGTM

@richvdh
Copy link
Member Author

richvdh commented Feb 25, 2016

thanks for the cleanups.

richvdh added a commit that referenced this pull request Feb 25, 2016
@richvdh richvdh merged commit 91ca3da into develop Feb 25, 2016
@richvdh richvdh deleted the rav/guest_access_after_room_join branch February 25, 2016 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants