projects
/
m6w6
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
f6879bc
)
tests: adjust for added MEMCACHED_BEHAVIOR_SERVER_TIMEOUT_LIMIT
author
Michael Wallner
<mike@php.net>
Tue, 7 Jan 2020 21:17:09 +0000
(22:17 +0100)
committer
Michael Wallner
<mike@php.net>
Tue, 7 Jan 2020 21:22:24 +0000
(22:22 +0100)
tests/libmemcached-1.0/mem_functions.cc
patch
|
blob
|
history
diff --git
a/tests/libmemcached-1.0/mem_functions.cc
b/tests/libmemcached-1.0/mem_functions.cc
index 8b2dc606f08f850c5e04894ef8e2f2fca497e598..bed716cda316f196b9bd5f89fc4f66ec5a35cfe1 100644
(file)
--- a/
tests/libmemcached-1.0/mem_functions.cc
+++ b/
tests/libmemcached-1.0/mem_functions.cc
@@
-466,7
+466,7
@@
test_return_t libmemcached_string_behavior_test(memcached_st *)
{
test_true(libmemcached_string_behavior(memcached_behavior_t(x)));
}
- test_compare(3
7
, int(MEMCACHED_BEHAVIOR_MAX));
+ test_compare(3
8
, int(MEMCACHED_BEHAVIOR_MAX));
return TEST_SUCCESS;
}