浏览代码

- add an AVP for the domain in userblacklist test
- silence debug logging for other tests


git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@4096 689a6050-402a-0410-94f2-e92a70836424

Henning Westerholt 17 年之前
父节点
当前提交
7927ec3ee0
共有 4 个文件被更改,包括 4 次插入3 次删除
  1. 1 1
      test/unit/21.cfg
  2. 1 0
      test/unit/25.cfg
  3. 1 1
      test/unit/28.cfg
  4. 1 1
      test/unit/presence.cfg

+ 1 - 1
test/unit/21.cfg

@@ -8,7 +8,7 @@
 
 # ----------- global configuration parameters ------------------------
 
-debug=4      # debug level (cmd line: -dddddddddd)
+debug=3      # debug level (cmd line: -dddddddddd)
 fork=yes
 log_stderror=no    # (cmd line: -E)
 children=4

+ 1 - 0
test/unit/25.cfg

@@ -20,6 +20,7 @@ route {
 	#xlog("user: $rU\n");
 
 	$avp(i:80) = $rU;
+	$avp(i:81) = $rd;
 
 	if(!lookup ("location")){
 		sl_send_reply("404", "Not Found");

+ 1 - 1
test/unit/28.cfg

@@ -1,4 +1,4 @@
-debug=9
+debug=3
 
 mpath="../modules"
 loadmodule "sl.so"

+ 1 - 1
test/unit/presence.cfg

@@ -6,7 +6,7 @@
  
 # ----------- global configuration parameters ------------------------
  
-debug=4      # debug level (cmd line: -dddddddddd)
+debug=3      # debug level (cmd line: -dddddddddd)
 fork=yes
 log_stderror=no    # (cmd line: -E)
 children=4