Update to add ENV variable LIBMEMCACHED
[m6w6/libmemcached] / tests / libmemcached-1.0 / parser.cc
index b8b4f47af080f237b75e31ae4c720396d62fbc5c..3afc12baa42228b93b31e8ee300d89fba81a72de 100644 (file)
@@ -47,7 +47,7 @@ using namespace libtest;
 #include <libmemcached/memcached.h>
 #include <libmemcached/util.h>
 
-#include <tests/parser.h>
+#include <tests/libmemcached-1.0/parser.h>
 #include <tests/print.h>
 
 enum scanner_type_t
@@ -639,7 +639,6 @@ static memcached_return_t dump_server_information(const memcached_st *,
   return MEMCACHED_SUCCESS;
 }
 
-
 test_return_t test_hostname_port_weight(memcached_st *)
 {
   const char *server_string= "--server=localhost:8888/?2 --server=localhost:8889/?3 --server=localhost:8890/?4 --server=localhost:8891/?5 --server=localhost:8892/?3";