From 5be606ca2600d4707dc4990344c0d1a1e51cb660 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Thu, 26 Apr 2012 09:26:07 +0000 Subject: Misc (re #1417): fixed failed reg_test in pjsip unit test due to wrong status code expected and actually received git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/1.x@4093 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip/src/test/regc_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pjsip') diff --git a/pjsip/src/test/regc_test.c b/pjsip/src/test/regc_test.c index 1d54b290..7a5b8065 100644 --- a/pjsip/src/test/regc_test.c +++ b/pjsip/src/test/regc_test.c @@ -772,7 +772,7 @@ int regc_test(void) /* client expected results: */ /* error code have_reg expiration contact_cnt auth?*/ - { PJ_FALSE, 503, PJ_FALSE, -1, 0, PJ_FALSE} + { PJ_FALSE, 502, PJ_FALSE, -1, 0, PJ_FALSE} }, /* timeout test */ -- cgit v1.2.3