From 9bb2448da92f476eb82cc0d70c712d9f3abf06ac Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Sat, 10 Oct 2015 21:31:04 +0200 Subject: test: enable TCP and TLS for ua registration test --- test/main.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'test/main.c') diff --git a/test/main.c b/test/main.c index 29e8460..f10293a 100644 --- a/test/main.c +++ b/test/main.c @@ -70,7 +70,7 @@ int main(void) str_ncpy(config->sip.local, "127.0.0.1:0", sizeof(config->sip.local)); /* XXX: needed for ua tests */ - err = ua_init("test", true, true, false, false); + err = ua_init("test", true, true, true, false); if (err) goto out; @@ -79,10 +79,7 @@ int main(void) goto out; #if 1 - ua_stop_all(false); - err = re_main_timeout(5); - if (err) - goto out; + ua_stop_all(true); #endif re_printf("\x1b[32mOK. %zu tests passed successfully\x1b[;m\n", -- cgit v1.2.1