Name correction for test system.
[m6w6/libmemcached] / tests / plus.cpp
index be6cde5098cfad6d1cd2e39a4799cfd7c3dbaf37..eba08c08d56460a7ae71cec10c72906fc76bb9c9 100644 (file)
@@ -299,7 +299,7 @@ collection_st collection[] ={
 void get_world(world_st *world)
 {
   world->collections= collection;
-  world->collection_startup= reinterpret_cast<test_callback_fn>(world_collection_startup);
+  world->test_startup= reinterpret_cast<test_callback_fn>(world_test_startup);
   world->flush= reinterpret_cast<test_callback_fn>(world_flush);
   world->pre_run= reinterpret_cast<test_callback_fn>(world_pre_run);
   world->create= reinterpret_cast<test_callback_create_fn>(world_create);