Module: sip-router Branch: master Commit: aae7a8ff5ff19186219b80511e15e7f538f10945 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=aae7a8ff...
Author: Marius Zbihlei marius.zbihlei@1and1.ro Committer: Marius Zbihlei marius.zbihlei@1and1.ro Date: Wed Oct 14 14:50:09 2009 +0300
Test 19 Fixed tm loading order Fixed path of ser executable
---
test/unit/19.cfg | 2 +- test/unit/19.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/test/unit/19.cfg b/test/unit/19.cfg index a398fff..6f3ad8b 100644 --- a/test/unit/19.cfg +++ b/test/unit/19.cfg @@ -11,11 +11,11 @@ rev_dns=no
#-----------------------Loading Modules------------------------------------- mpath="../../modules_k/" +loadmodule "../../modules/tm/tm.so" loadmodule "../../modules/db_mysql/db_mysql.so" loadmodule "usrloc/usrloc.so" loadmodule "registrar/registrar.so" loadmodule "sl/sl.so" -loadmodule "../../modules/tm/tm.so" loadmodule "maxfwd/maxfwd.so" loadmodule "pv/pv.so" #for debugging purposes only diff --git a/test/unit/19.sh b/test/unit/19.sh index ff56e83..bdd8143 100755 --- a/test/unit/19.sh +++ b/test/unit/19.sh @@ -36,7 +36,7 @@ UAC=5080 # add an registrar entry to the db; $MYSQL "INSERT INTO location (username,contact,socket,user_agent,cseq,q) VALUES ("foo","sip:foo@localhost:$UAS","udp:127.0.0.1:$UAS","ser_test",1,-1);"
-../$BIN -w . -f $CFG &> /dev/null +$BIN -w . -f $CFG &> /dev/null sipp -sn uas -bg -i localhost -m 10 -f 2 -p $UAS &> /dev/null sipp -sn uac -s foo 127.0.0.1:$SRV -i localhost -m 10 -f 2 -p $UAC &> /dev/null