Catch up with Gearman's libtest
[m6w6/libmemcached] / tests / libmemcached-1.0 / all_tests.cc
index e5a6d2bf279477f821f6ab3ad9e1104c0b4da6a3..4d4d4ca8be20b1a40f1720df354b0d4547fbd2d0 100644 (file)
@@ -82,10 +82,10 @@ void get_world(Framework *world)
     world->servers().set_servers_to_run(8);
   }
 
-  world->collections= collection;
+  world->collections(collection);
 
-  world->_create= (test_callback_create_fn*)world_create;
-  world->_destroy= (test_callback_destroy_fn*)world_destroy;
+  world->create((test_callback_create_fn*)world_create);
+  world->destroy((test_callback_destroy_fn*)world_destroy);
 
   world->set_runner(new LibmemcachedRunner);