Thu Jun 25 12:35:25 CDT 2009 Pekka Pessi <first.last@nokia.com>

* check_session.c: test for 200 response to BYE left unreplied by application



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13961 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2009-06-25 18:47:15 +00:00
parent ebccde01bd
commit 8c45434ae7
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
Thu Jun 25 13:44:49 CDT 2009
Thu Jun 25 13:46:21 CDT 2009

View File

@ -2414,7 +2414,7 @@ START_TEST(bye_4_1_5)
fail_unless(s2_check_callstate(nua_callstate_terminated));
nua_handle_destroy(nh);
fail_unless(s2_sip_check_response(500, SIP_METHOD_BYE));
fail_unless(s2_sip_check_response(200, SIP_METHOD_BYE));
}
END_TEST