[sr-dev] git:master: test 5 work

Marius Zbihlei marius.zbihlei at 1and1.ro
Tue Oct 27 12:36:28 CET 2009


Module: sip-router
Branch: master
Commit: 6a20b590273f4900f3d1798112f37f8dd0a4a7f7
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=6a20b590273f4900f3d1798112f37f8dd0a4a7f7

Author: Marius Zbihlei <marius.zbihlei at 1and1.ro>
Committer: Marius Zbihlei <marius.zbihlei at 1and1.ro>
Date:   Tue Oct 27 13:35:01 2009 +0200

test 5 work

---

 test/unit/5.cfg |    4 ++--
 test/unit/5.sh  |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/test/unit/5.cfg b/test/unit/5.cfg
index 136c0da..9703e7c 100644
--- a/test/unit/5.cfg
+++ b/test/unit/5.cfg
@@ -60,12 +60,12 @@ port=5060
 ####### Modules Section ########
 
 #set module path
-mpath="../modules"
+mpath="../../modules_k"
 
 /* uncomment next line for MySQL DB support */
 #loadmodule "db_mysql.so"
+loadmodule "../../modules/tm/tm.so"
 loadmodule "sl/sl.so"
-loadmodule "tm/tm.so"
 loadmodule "rr/rr.so"
 loadmodule "pv/pv.so"
 loadmodule "maxfwd/maxfwd.so"
diff --git a/test/unit/5.sh b/test/unit/5.sh
index 3ade578..47412c1 100755
--- a/test/unit/5.sh
+++ b/test/unit/5.sh
@@ -32,7 +32,7 @@ fi ;
         
 
 # start
-../$BIN -w . -f $CFG &> /dev/null
+$BIN -w . -f $CFG &> /dev/null
 ret=$?
 
 sleep 1




More information about the sr-dev mailing list