Extend out testing for hosts.
[awesomized/libmemcached] / tests / parser.h
index c12a7bdfcad98281a1c741a6c344172fade74072..15d57a64683317cb2d7c55dc8a8e5b7a4cd5bcdd 100644 (file)
@@ -1,6 +1,6 @@
 /*  vim:expandtab:shiftwidth=2:tabstop=2:smarttab:
  * 
- *  Gearmand client and server library.
+ *  Libmemcached
  *
  *  Copyright (C) 2011 Data Differential, http://datadifferential.com/
  *  All rights reserved.
@@ -67,9 +67,6 @@ test_return_t parser_boolean_options_test(memcached_st*);
 LIBTEST_INTERNAL_API
 test_return_t parser_key_prefix_test(memcached_st*);
 
-LIBTEST_INTERNAL_API
-test_return_t memcached_parse_configure_file_test(memcached_st*);
-
 LIBTEST_INTERNAL_API
   test_return_t libmemcached_check_configuration_test(memcached_st*);
 
@@ -100,6 +97,15 @@ test_return_t test_error_keyword(memcached_st*);
 LIBTEST_INTERNAL_API
 test_return_t server_with_weight_test(memcached_st *);
 
+LIBTEST_INTERNAL_API
+test_return_t test_hostname_port_weight(memcached_st *);
+
+LIBTEST_INTERNAL_API
+test_return_t regression_bug_71231153_connect(memcached_st *);
+
+LIBTEST_INTERNAL_API
+test_return_t regression_bug_71231153_poll(memcached_st *);
+
 #ifdef __cplusplus
 }
 #endif