summaryrefslogtreecommitdiff
path: root/test/account.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/account.c')
-rw-r--r--test/account.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/account.c b/test/account.c
index 6b37a6c..3ba2f53 100644
--- a/test/account.c
+++ b/test/account.c
@@ -57,6 +57,9 @@ int test_account(void)
ASSERT_EQ(10, account_ptime(acc));
ASSERT_EQ(600, account_regint(acc));
ASSERT_EQ(700, account_pubint(acc));
+ ASSERT_STREQ("stun_user", account_stun_user(acc));
+ ASSERT_STREQ("stun_pass", account_stun_pass(acc));
+ ASSERT_STREQ("stunserver.org", account_stun_host(acc));
out:
mem_deref(acc);