[sr-dev] git:master: unit test: also test for memcache value deletion

Henning Westerholt henning.westerholt at 1und1.de
Thu Oct 8 16:14:19 CEST 2009


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

Author: Henning Westerholt <henning.westerholt at 1und1.de>
Committer: Henning Westerholt <henning.westerholt at 1und1.de>
Date:   Thu Oct  8 16:13:43 2009 +0200

unit test: also test for memcache value deletion

---

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

diff --git a/test/unit/45.cfg b/test/unit/45.cfg
index e434654..835ef8d 100644
--- a/test/unit/45.cfg
+++ b/test/unit/45.cfg
@@ -40,9 +40,8 @@ route{
 	$mct(test) = "1";
 	$mct(test) = 5;
 	xlog("stored value is $mct(test)");
-# not work at the moment?
-#	$mct(test) = null;
-#	xlog("stored value is $mct(test)");
+	$mct(test) = $null;
+	xlog("stored value is $mct(test)");
 
 	$mct(cnt) = 1;
 	$mcinc(cnt) = 1; # increment by 1




More information about the sr-dev mailing list