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:
086b2c5
)
testing: be sure what to test for regression lp434484
author
Michael Wallner
<mike@php.net>
Tue, 15 Sep 2020 17:55:53 +0000
(19:55 +0200)
committer
Michael Wallner
<mike@php.net>
Tue, 15 Sep 2020 17:55:53 +0000
(19:55 +0200)
testing/tests/memcached/regression/lp434484.cpp
patch
|
blob
|
history
diff --git
a/testing/tests/memcached/regression/lp434484.cpp
b/testing/tests/memcached/regression/lp434484.cpp
index 48fd1af39209f2b524cbd093372a27151a598a53..ce904129f23271ba9884a49fa3537569ead7535f 100644
(file)
--- a/
testing/tests/memcached/regression/lp434484.cpp
+++ b/
testing/tests/memcached/regression/lp434484.cpp
@@
-7,7
+7,7
@@
TEST_CASE("memcached_regression_lp434484") {
test.enableBinaryProto();
- REQUIRE_RC(MEMCACHED_NOTFOUND, memcached_
append(memc, S(__func__), S(__func__), 0, 0
));
+ REQUIRE_RC(MEMCACHED_NOTFOUND, memcached_
exist(memc, S(__func__)
));
vector<char> blob;
blob.resize(2048 * 1024);