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:
f0b6a38
)
tests: fix skip condition for CAS test
author
Michael Wallner
<mike@php.net>
Mon, 20 Jan 2020 11:15:24 +0000
(12:15 +0100)
committer
Michael Wallner
<mike@php.net>
Mon, 20 Jan 2020 11:15:41 +0000
(12:15 +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 0e380b7a0cfa0e0845b10fd0f73ec6f170170e70..d799f4f6340fc9496bb22d6953c550116666f7e4 100644
(file)
--- a/
tests/libmemcached-1.0/mem_functions.cc
+++ b/
tests/libmemcached-1.0/mem_functions.cc
@@
-717,7
+717,7
@@
test_return_t cas_test(memcached_st *memc)
test_compare(MEMCACHED_SUCCESS, memcached_flush(memc, 0));
- test_
skip(true
, memcached_behavior_set(memc, MEMCACHED_BEHAVIOR_SUPPORT_CAS, true));
+ test_
compare(MEMCACHED_SUCCESS
, memcached_behavior_set(memc, MEMCACHED_BEHAVIOR_SUPPORT_CAS, true));
test_compare(MEMCACHED_SUCCESS,
memcached_set(memc,