Name correction for test system.
[m6w6/libmemcached] / tests / udp.c
index 669accebaa3262c6221719ab06a5c5025e4c42ee..c66f10853349a72979f17673a03b1c212a2aed7f 100644 (file)
@@ -59,7 +59,7 @@ collection_st collection[] ={
 void get_world(world_st *world)
 {
   world->collections= collection;
-  world->collection_startup= (test_callback_fn)world_collection_startup;
+  world->test_startup= (test_callback_fn)world_test_startup;
   world->flush= (test_callback_fn)world_flush;
   world->pre_run= (test_callback_fn)world_pre_run;
   world->create= (test_callback_create_fn)world_create;