Catch up with Gearman's libtest
[m6w6/libmemcached] / tests / hash_plus.cc
index fada2a6f8c0772ce36de93353aaca22a2a4055f3..9cb4b384e777e68ea011a495925798751c40f281 100644 (file)
@@ -14,7 +14,7 @@
 
 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);
 }