From aeb3ec459e2f5844aa9b9eb8a60092309b33702a Mon Sep 17 00:00:00 2001 From: Trond Norbye Date: Wed, 7 Oct 2009 20:31:52 +0200 Subject: [PATCH] Flush does not reset the bytes stat, so we have no idea of the value --- tests/function.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/function.c b/tests/function.c index 8bff974f..13574427 100644 --- a/tests/function.c +++ b/tests/function.c @@ -4599,11 +4599,6 @@ static test_return regression_bug_421108(memcached_st *memc) assert(rc == MEMCACHED_SUCCESS); assert(bytes_written != NULL); - /* - * We did a flush before running the test, so bytes should be 0, but - * bytes_read and butes_written cannot be zero ;-) - */ - assert(strcmp(bytes, "0") == 0); assert(strcmp(bytes, bytes_read) != 0); assert(strcmp(bytes, bytes_written) != 0); -- 2.30.2