jenkins-promote-staging-trunk-libmemcached-10
[m6w6/libmemcached] / tests / libmemcached-1.0 / all_tests.cc
index 789704b39a8328947559831b10f47487b3487188..5e2882c6d9d7109f5e015e315741614701454c0f 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"
@@ -95,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();
 }