mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Fix build warnings with TEST_FRAMEWORK enabled
........ Merged revisions 416732 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 416733 from http://svn.asterisk.org/svn/asterisk/branches/11 ........ Merged revisions 416734 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@416736 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2586,8 +2586,8 @@ AST_TEST_DEFINE(parse_via_test)
|
||||
|
||||
if (testdataptr->expected_port && testdataptr->expected_port != via->port) {
|
||||
ast_test_status_update(test, "TEST#%d FAILED: VIA = \"%s\"\n"
|
||||
"parsed port = \"%d\"\n"
|
||||
"expected = \"%d\"\n"
|
||||
"parsed port = \"%u\"\n"
|
||||
"expected = \"%u\"\n"
|
||||
"failed to parse port\n",
|
||||
i, testdataptr->in, via->port, testdataptr->expected_port);
|
||||
res = AST_TEST_FAIL;
|
||||
|
Reference in New Issue
Block a user