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
This commit is contained in:
Michael Jerris 2009-07-10 00:41:42 +00:00
parent 42445d70bb
commit 34fd0d3205
2 changed files with 4 additions and 5 deletions

View File

@ -1 +1 @@
Thu Jul 9 19:39:12 CDT 2009 Thu Jul 9 19:39:59 CDT 2009

View File

@ -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)
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)
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));