# HG changeset patch # User Kim Alvefur <zash@zash.se> # Date 1718226895 -7200 # Node ID 933c669628a3c67880285d26732e495cb0d0179c # Parent cf367ab36fcc3d2f91c35588931f992b00e3adbe scansion: Add roster groups setting to pubsub form in tests diff -r cf367ab36fcc -r 933c669628a3 spec/scansion/pubsub_config.scs --- a/spec/scansion/pubsub_config.scs Sun May 19 13:06:55 2024 +0200 +++ b/spec/scansion/pubsub_config.scs Wed Jun 12 23:14:55 2024 +0200 @@ -74,6 +74,7 @@ </option> <value>presence</value> </field> + <field type="list-multi" var="pubsub#roster_groups_allowed" label="Roster groups allowed to subscribe"/> <field var="pubsub#publish_model" label="Specify the publisher model" type="list-single"> <option label="publishers"> <value>publishers</value> @@ -176,6 +177,7 @@ </option> <value>presence</value> </field> + <field type="list-multi" var="pubsub#roster_groups_allowed" label="Roster groups allowed to subscribe"/> <field var="pubsub#publish_model" type="list-single" label="Specify the publisher model"> <option label="publishers"> <value>publishers</value> diff -r cf367ab36fcc -r 933c669628a3 spec/scansion/pubsub_max_items.scs --- a/spec/scansion/pubsub_max_items.scs Sun May 19 13:06:55 2024 +0200 +++ b/spec/scansion/pubsub_max_items.scs Wed Jun 12 23:14:55 2024 +0200 @@ -69,6 +69,7 @@ </option> <value>open</value> </field> + <field type="list-multi" var="pubsub#roster_groups_allowed" label="Roster groups allowed to subscribe"/> <field var="pubsub#publish_model" label="Specify the publisher model" type="list-single"> <option label="publishers"> <value>publishers</value> diff -r cf367ab36fcc -r 933c669628a3 spec/scansion/pubsub_multi_items.scs --- a/spec/scansion/pubsub_multi_items.scs Sun May 19 13:06:55 2024 +0200 +++ b/spec/scansion/pubsub_multi_items.scs Wed Jun 12 23:14:55 2024 +0200 @@ -69,6 +69,7 @@ </option> <value>open</value> </field> + <field type="list-multi" var="pubsub#roster_groups_allowed" label="Roster groups allowed to subscribe"/> <field var="pubsub#publish_model" label="Specify the publisher model" type="list-single"> <option label="publishers"> <value>publishers</value> diff -r cf367ab36fcc -r 933c669628a3 spec/scansion/pubsub_preconditions.scs --- a/spec/scansion/pubsub_preconditions.scs Sun May 19 13:06:55 2024 +0200 +++ b/spec/scansion/pubsub_preconditions.scs Wed Jun 12 23:14:55 2024 +0200 @@ -73,6 +73,7 @@ </option> <value>presence</value> </field> + <field type="list-multi" var="pubsub#roster_groups_allowed" label="Roster groups allowed to subscribe"/> <field var="pubsub#publish_model" label="Specify the publisher model" type="list-single"> <option label="publishers"> <value>publishers</value> @@ -175,6 +176,7 @@ </option> <value>presence</value> </field> + <field type="list-multi" var="pubsub#roster_groups_allowed" label="Roster groups allowed to subscribe"/> <field var="pubsub#publish_model" type="list-single" label="Specify the publisher model"> <option label="publishers"> <value>publishers</value>