All checks were successful
CI Code / Check spelling (pull_request) Successful in 15s
CI Code / Check coding style (pull_request) Successful in 30s
CI Code / Code Coverage (pull_request) Successful in 3m47s
CI Code / Linux (debian) (pull_request) Successful in 5m11s
CI Code / Linux (ubuntu) (pull_request) Successful in 5m16s
CI Code / Linux (arch) (pull_request) Successful in 7m9s
The new test verifies that disco#info responses from subdomain services (e.g., conference servers) do not trigger the autoping warning, ensuring the check is correctly restricted to the server's own domain.
13 lines
684 B
C
13 lines
684 B
C
void autoping_set_interval(void** state);
|
|
void autoping_set_zero_disables(void** state);
|
|
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);
|
|
void autoping_warning_not_shown_for_user_jid(void** state);
|
|
void autoping_warning_not_shown_for_subdomain_service(void** state);
|