Update framework.
[m6w6/libmemcached] / tests / libmemcached-1.0 / all_tests_socket.cc
index ccb1d3c8692da912a980bcca1d1505292bee0618..6398c1eba41e4852f4677626412090f99638cd3e 100644 (file)
@@ -62,6 +62,7 @@
 
 
 #include "tests/libmemcached-1.0/mem_functions.h"
+#include "tests/libmemcached-1.0/encoding_key.h"
 
 /* Collections we are running */
 #include "tests/libmemcached-1.0/all_tests.h"
@@ -84,5 +85,5 @@ 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);
 }