mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-31 11:06:21 +00:00
Added validation tests for "/account set" and "/account set jid"
This commit is contained in:
@@ -20,3 +20,11 @@ void cmd_account_rename_shows_usage_when_one_arg(void **state);
|
||||
void cmd_account_rename_renames_account(void **state);
|
||||
void cmd_account_rename_shows_message_when_renamed(void **state);
|
||||
void cmd_account_rename_shows_message_when_not_renamed(void **state);
|
||||
void cmd_account_set_shows_usage_when_no_args(void **state);
|
||||
void cmd_account_set_shows_usage_when_one_arg(void **state);
|
||||
void cmd_account_set_shows_usage_when_two_args(void **state);
|
||||
void cmd_account_set_checks_account_exists(void **state);
|
||||
void cmd_account_set_shows_message_when_account_doesnt_exist(void **state);
|
||||
void cmd_account_set_jid_shows_message_for_malformed_jid(void **state);
|
||||
void cmd_account_set_jid_sets_barejid(void **state);
|
||||
void cmd_account_set_jid_sets_resource(void **state);
|
||||
|
||||
Reference in New Issue
Block a user