X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Ftest.c;h=765149ecb66c7279c155cd7709919648ed132f36;hb=3d2ba0693a28ce47e106018a65ebcca0a213731c;hp=9ffe21c7e4e8d5dc4bf94d5b260235a2cf819775;hpb=9a993218013a44dd34cb809858f6eb8b8fb84a72;p=m6w6%2Flibmemcached diff --git a/tests/test.c b/tests/test.c index 9ffe21c7..765149ec 100644 --- a/tests/test.c +++ b/tests/test.c @@ -14,7 +14,7 @@ #include "test.h" #define TEST_PORT_BASE MEMCACHED_DEFAULT_PORT+10 -#define TEST_SERVERS 2 +#define TEST_SERVERS 5 long int timedif(struct timeval a, struct timeval b) { @@ -158,9 +158,7 @@ int main(int argc, char *argv[]) if (next->pre) { memcached_return rc; - WATCHPOINT_STRING(next->name); rc= next->pre(memc); - WATCHPOINT; if (rc != MEMCACHED_SUCCESS) {