Update framework.
[m6w6/libmemcached] / tests / libmemcached-1.0 / all_tests.cc
index 6121e628a2ecf0c1c658c7add6640a2e67a9879b..5e2882c6d9d7109f5e015e315741614701454c0f 100644 (file)
@@ -96,7 +96,7 @@ void get_world(Framework *world)
   world->collection_startup= (test_callback_fn*)world_container_startup;
   world->collection_shutdown= (test_callback_fn*)world_container_shutdown;
 
-  world->set_runner(&defualt_libmemcached_runner);
+  world->set_runner(new LibmemcachedRunner);
 
   world->set_socket();
 }