Module: sip-router Branch: master Commit: 97ad00f3fbe9bccd64788aab082b7db0275f6c48 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=97ad00f3...
Author: Henning Westerholt henning.westerholt@1und1.de Committer: Henning Westerholt henning.westerholt@1und1.de Date: Thu Aug 12 17:11:40 2010 +0200
test: fix path in one test after sl move
---
test/unit/11.cfg | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/test/unit/11.cfg b/test/unit/11.cfg index 243a9a2..c9d525e 100644 --- a/test/unit/11.cfg +++ b/test/unit/11.cfg @@ -6,8 +6,8 @@ children=1 disable_tcp=yes
# ------------------ module loading ---------------------------------- -loadpath "../../modules_k/" -loadmodule "../../modules/tm/tm.so" +loadpath "../../modules/:../../modules_k/" +loadmodule "tm" loadmodule "sl" loadmodule "rr" loadmodule "maxfwd"