Browse Source

Test 19
Fixed tm loading order
Fixed path of ser executable

Marius Zbihlei 16 years ago
parent
commit
aae7a8ff5f
2 changed files with 2 additions and 2 deletions
  1. 1 1
      test/unit/19.cfg
  2. 1 1
      test/unit/19.sh

+ 1 - 1
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

+ 1 - 1
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