Catch up with Gearman's libtest
[m6w6/libmemcached] / tests / hash_plus.cc
index 3d2545ab66e9987dcad260ddc74468459b57bc8b..9cb4b384e777e68ea011a495925798751c40f281 100644 (file)
 #include <cstdlib>
 #include <cstring>
 
-#include <libhashkit/hashkit.hpp>
+#include <libhashkit-1.0/hashkit.hpp>
 
 using namespace libtest;
 
-#include "hash_results.h"
+#include "tests/hash_results.h"
 
 static test_return_t exists_test(void *)
 {
@@ -215,5 +215,5 @@ collection_st collection[] ={
 
 void get_world(Framework *world)
 {
-  world->collections= collection;
+  world->collections(collection);
 }