mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-22 11:56:22 +00:00
test(autoping): cover availability-warning conditions
Functional tests for the on-connect warning: shown when the server advertises urn:xmpp:ping while autoping is disabled and the warning preference is on; suppressed when ping is unsupported, when autoping is enabled, or when the user turned the warning off. Refs #80
This commit is contained in:
@@ -4,3 +4,7 @@ void autoping_timeout_set(void** state);
|
||||
void autoping_timeout_zero_disables(void** state);
|
||||
void autoping_sends_ping_after_interval(void** state);
|
||||
void autoping_server_not_supporting_ping(void** state);
|
||||
void autoping_warning_shown_when_disabled(void** state);
|
||||
void autoping_warning_not_shown_when_server_unsupported(void** state);
|
||||
void autoping_warning_not_shown_when_autoping_enabled(void** state);
|
||||
void autoping_warning_not_shown_when_user_disabled(void** state);
|
||||
|
||||
Reference in New Issue
Block a user