summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2012-04-26 09:26:07 +0000
committerBenny Prijono <bennylp@teluu.com>2012-04-26 09:26:07 +0000
commit5be606ca2600d4707dc4990344c0d1a1e51cb660 (patch)
tree94974f8d6053adf7afef68468e519d153cdd1b15
parentdb0d51acdd840ecbcca2667e6d9c62777290683f (diff)
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
-rw-r--r--pjsip/src/test/regc_test.c2
1 files changed, 1 insertions, 1 deletions
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 */