Browse Source

unit test: also test for memcache value deletion

Henning Westerholt 16 năm trước cách đây
mục cha
commit
e362e2298e
1 tập tin đã thay đổi với 2 bổ sung3 xóa
  1. 2 3
      test/unit/45.cfg

+ 2 - 3
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