提交 34fd0d32 authored 作者: Michael Jerris's avatar Michael Jerris

Mon May 25 10:31:02 CDT 2009 Pekka Pessi <first.last@nokia.com>

  * test_nta_api.c: whitespace fixes



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14179 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 42445d70
Thu Jul 9 19:39:12 CDT 2009 Thu Jul 9 19:39:59 CDT 2009
...@@ -489,7 +489,6 @@ static int api_test_destroy(agent_t *ag) ...@@ -489,7 +489,6 @@ static int api_test_destroy(agent_t *ag)
TEST_VOID(su_home_deinit(home)); TEST_VOID(su_home_deinit(home));
END(); END();
} }
...@@ -893,13 +892,13 @@ int api_test_user_via_fillin(agent_t *ag) ...@@ -893,13 +892,13 @@ int api_test_user_via_fillin(agent_t *ag)
NULL, NULL,
NULL, NULL,
TAG_END())); TAG_END()));
TEST_1(leg = nta_leg_tcreate(nta, NULL, NULL, TEST_1(leg = nta_leg_tcreate(nta, NULL, NULL,
NTATAG_NO_DIALOG(1), NTATAG_NO_DIALOG(1),
TAG_END())); TAG_END()));
/* This creates a delayed response message */ /* This creates a delayed response message */
orq0 = nta_outgoing_tcreate(leg, outgoing_callback, ag, NULL, orq0 = nta_outgoing_tcreate(leg, outgoing_callback, ag, NULL,
SIP_METHOD_MESSAGE, SIP_METHOD_MESSAGE,
URL_STRING_MAKE("sip:foo.bar;transport=none"), URL_STRING_MAKE("sip:foo.bar;transport=none"),
SIPTAG_FROM_STR("<sip:bar.foo>"), SIPTAG_FROM_STR("<sip:bar.foo>"),
SIPTAG_TO_STR("<sip:foo.bar>"), SIPTAG_TO_STR("<sip:foo.bar>"),
...@@ -940,7 +939,7 @@ int api_test_user_via_fillin(agent_t *ag) ...@@ -940,7 +939,7 @@ int api_test_user_via_fillin(agent_t *ag)
TEST_VOID(nta_outgoing_destroy(orq0)); TEST_VOID(nta_outgoing_destroy(orq0));
TEST_VOID(nta_outgoing_destroy(orq1)); TEST_VOID(nta_outgoing_destroy(orq1));
TEST_VOID(nta_leg_destroy(leg)); TEST_VOID(nta_leg_destroy(leg));
TEST_VOID(nta_agent_destroy(nta)); TEST_VOID(nta_agent_destroy(nta));
TEST_VOID(su_root_destroy(root)); TEST_VOID(su_root_destroy(root));
TEST_VOID(su_home_deinit(home)); TEST_VOID(su_home_deinit(home));
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论