projects
/
awesomized
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
3b96760
)
Removed increment test until able to resolve issue - need to talk to Brian
author
<patg@patg.net>
<>
Mon, 5 May 2008 03:03:19 +0000
(23:03 -0400)
committer
<patg@patg.net>
<>
Mon, 5 May 2008 03:03:19 +0000
(23:03 -0400)
tests/plus.cpp
patch
|
blob
|
history
diff --git
a/tests/plus.cpp
b/tests/plus.cpp
index 2fb0e83da94a896157bfade6ec76a6b8a63891df..2e5ea513545188e51e264144c4d8ec70b35e2cce 100644
(file)
--- a/
tests/plus.cpp
+++ b/
tests/plus.cpp
@@
-86,7
+86,6
@@
uint8_t basic_master_key_test(memcached_st *memc)
test_st tests[] ={
{"basic", 0, basic_test },
- {"basic", 0, increment_test },
{"basic_master_key", 0, basic_master_key_test },
{0, 0, 0}
};