X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fplus.cpp;h=f9cbdd5e748b8b72afea8a81522df9b7ce899c83;hb=fd3e3ff98f94ba0f60abfd49ca393d1d5fb4d102;hp=7a37ee17faeceb0d26623d975de3b14f7a4b28ec;hpb=69e37123baed3e7d5970be3c576fb61f91713736;p=m6w6%2Flibmemcached diff --git a/tests/plus.cpp b/tests/plus.cpp index 7a37ee17..f9cbdd5e 100644 --- a/tests/plus.cpp +++ b/tests/plus.cpp @@ -309,5 +309,8 @@ void get_world(world_st *world) world->test.post_run= reinterpret_cast(world_post_run); world->test.on_error= reinterpret_cast(world_on_error); + world->collection.startup= reinterpret_cast(world_container_startup); + world->collection.shutdown= reinterpret_cast(world_container_shutdown); + world->runner= &defualt_libmemcached_runner; }