mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-25 18:56:20 +00:00
Added tests for /otr warn
This commit is contained in:
@@ -154,6 +154,11 @@ void _stub_ui_handle_recipient_not_found(const char * const recipient, const cha
|
||||
{
|
||||
}
|
||||
|
||||
static
|
||||
void _stub_ui_current_refresh(void)
|
||||
{
|
||||
}
|
||||
|
||||
// bind mocks and stubs
|
||||
|
||||
void
|
||||
@@ -241,6 +246,12 @@ stub_ui_handle_recipient_error(void)
|
||||
ui_handle_recipient_error = _stub_ui_handle_recipient_error;
|
||||
}
|
||||
|
||||
void
|
||||
stub_ui_current_refresh(void)
|
||||
{
|
||||
ui_current_refresh = _stub_ui_current_refresh;
|
||||
}
|
||||
|
||||
// expectations
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user