From e2a0d9c74a1e5316727c67c60d896678aff7d602 Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Sun, 9 Jul 2017 19:09:55 +0200 Subject: test: remove useragent password for un-authenticated tests --- test/ua.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/ua.c') diff --git a/test/ua.c b/test/ua.c index 236a580..86bb876 100644 --- a/test/ua.c +++ b/test/ua.c @@ -169,7 +169,7 @@ int test_ua_alloc(void) /* make sure we dont have that UA already */ ASSERT_TRUE(NULL == uag_find_aor("sip:user@127.0.0.1")); - err = ua_alloc(&ua, "Foo ;regint=0"); + err = ua_alloc(&ua, "Foo ;regint=0"); if (err) return err; @@ -199,8 +199,8 @@ int test_uag_find_param(void) ASSERT_TRUE(NULL == uag_find_param("not", "found")); - err = ua_alloc(&ua1, ";regint=0;abc"); - err |= ua_alloc(&ua2, ";regint=0;def=123"); + err = ua_alloc(&ua1, ";regint=0;abc"); + err |= ua_alloc(&ua2, ";regint=0;def=123"); if (err) goto out; @@ -685,7 +685,7 @@ int test_ua_options(void) err = sip_transp_laddr(uag_sip(), &laddr, SIP_TRANSP_UDP, NULL); TEST_ERR(err); - err = ua_alloc(&t.ua, "Foo ;regint=0"); + err = ua_alloc(&t.ua, "Foo ;regint=0"); TEST_ERR(err); n = re_snprintf(uri, sizeof(uri), -- cgit v1.2.3