summaryrefslogtreecommitdiff
path: root/t/stats.t
diff options
context:
space:
mode:
authorSteven Grimm <sgrimm@facebook.com>2007-04-16 15:34:03 +0000
committerSteven Grimm <sgrimm@facebook.com>2007-04-16 15:34:03 +0000
commit56b8339e0606c1e59987c8d6368dfe727f3914b8 (patch)
tree6a3b5a81e147e26321f88ff679d345cb3cea025f /t/stats.t
parent5b304997cc5e19cc9eb6856b70716574492c2989 (diff)
downloadmemcached-56b8339e0606c1e59987c8d6368dfe727f3914b8.tar.gz
Merge multithreaded into trunk, commit #2 (first commit only did the
new files, not the modified ones.) git-svn-id: http://code.sixapart.com/svn/memcached/trunk/server@509 b0b603af-a30f-0410-a34e-baf09ae79d0b
Diffstat (limited to 't/stats.t')
-rwxr-xr-xt/stats.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/stats.t b/t/stats.t
index f060fd2..1d8df8b 100755
--- a/t/stats.t
+++ b/t/stats.t
@@ -37,7 +37,7 @@ my $sock = $server->sock;
my $stats = mem_stats($sock);
# Test number of keys
-is(scalar(keys(%$stats)), 21, "21 stats values");
+is(scalar(keys(%$stats)), 22, "22 stats values");
# Test initial state
foreach my $key (qw(curr_items total_items bytes cmd_get cmd_set get_hits evictions get_misses bytes_written)) {