about summary refs log tree commit diff stats
path: root/tests/config/stub_accounts.c
diff options
context:
space:
mode:
authorPeter Vilim <peterlvilim@users.noreply.github.com>2015-01-07 21:03:51 -0600
committerPeter Vilim <peterlvilim@users.noreply.github.com>2015-01-07 21:03:51 -0600
commit6af10696f94f1ee2139bf76e955851382cabaf3b (patch)
tree97cc6d38ca647dc1e1e62d9a0e4e7c62735a12b2 /tests/config/stub_accounts.c
parentb4f37b9e310904d6af7aaa32c2ae7dd9770a0b11 (diff)
downloadprofani-tty-6af10696f94f1ee2139bf76e955851382cabaf3b.tar.gz
Fix current tests
Diffstat (limited to 'tests/config/stub_accounts.c')
-rw-r--r--tests/config/stub_accounts.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/config/stub_accounts.c b/tests/config/stub_accounts.c
index 22a130d4..32a80fda 100644
--- a/tests/config/stub_accounts.c
+++ b/tests/config/stub_accounts.c
@@ -97,6 +97,12 @@ void accounts_set_password(const char * const account_name, const char * const v
     check_expected(value);
 }
 
+void accounts_set_eval_password(const char * const account_name, const char * const value)
+{
+    check_expected(account_name);
+    check_expected(value);
+}
+
 void accounts_set_muc_service(const char * const account_name, const char * const value)
 {
     check_expected(account_name);
@@ -172,6 +178,7 @@ gint accounts_get_priority_for_presence_type(const char * const account_name,
 }
 
 void accounts_clear_password(const char * const account_name) {}
+void accounts_clear_eval_password(const char * const account_name) {}
 void accounts_clear_server(const char * const account_name) {}
 void accounts_clear_port(const char * const account_name) {}
 void accounts_clear_otr(const char * const account_name) {}