Module: sip-router
Branch: master
Commit: 854f46f59326ece73359d11a319eb442b1ec3ad1
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=854f46f…
Author: Marius Zbihlei <marius.zbihlei(a)1and1.ro>
Committer: Marius Zbihlei <marius.zbihlei(a)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