[sr-dev] git:master: Fixed test 34

Marius Zbihlei marius.zbihlei at 1and1.ro
Thu Oct 22 15:33:48 CEST 2009


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

Author: Marius Zbihlei <marius.zbihlei at 1and1.ro>
Committer: Marius Zbihlei <marius.zbihlei at 1and1.ro>
Date:   Thu Oct 22 16:33:29 2009 +0300

Fixed test 34

---

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

diff --git a/test/unit/34.cfg b/test/unit/34.cfg
index b1a95c4..eff5e72 100644
--- a/test/unit/34.cfg
+++ b/test/unit/34.cfg
@@ -1,6 +1,6 @@
-mpath="../modules"
+mpath="../../modules_k"
+loadmodule "../../modules/tm/tm.so"
 loadmodule "sl.so"
-loadmodule "tm.so"
 loadmodule "usrloc.so"
 loadmodule "presence.so"
 loadmodule "presence_xml.so"
diff --git a/test/unit/34.sh b/test/unit/34.sh
index 2d8319e..1fd42d4 100755
--- a/test/unit/34.sh
+++ b/test/unit/34.sh
@@ -40,10 +40,10 @@ fi ;
 
 cp $CFG $CFG.bak
 
-echo "loadmodule \"db_mysql/db_mysql.so\"" >> $CFG
+echo "loadmodule \"../../modules/db_mysql/db_mysql.so\"" >> $CFG
 
 # start
-../$BIN -w . -f $CFG > /dev/null
+$BIN -w . -f $CFG > /dev/null
 ret=$?
 
 sleep 1




More information about the sr-dev mailing list