Skip to content

Commit

Permalink
Test 19
Browse files Browse the repository at this point in the history
Fixed tm loading order
Fixed path of ser executable
  • Loading branch information
Marius Zbihlei committed Oct 14, 2009
1 parent 2b6a11b commit aae7a8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/unit/19.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/unit/19.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit aae7a8f

Please sign in to comment.