X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fparser.h;h=dac1a691337332f2eb481a75e0e35961f0a76f21;hb=ecc7382f48857cb22e74ffa9496f9a31e956bde3;hp=c12a7bdfcad98281a1c741a6c344172fade74072;hpb=4fe35ea1372eda035618c6e961f421187d3ae837;p=awesomized%2Flibmemcached diff --git a/tests/parser.h b/tests/parser.h index c12a7bdf..dac1a691 100644 --- a/tests/parser.h +++ b/tests/parser.h @@ -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. @@ -37,8 +37,6 @@ #pragma once -#include - #ifdef __cplusplus extern "C" { #endif @@ -67,9 +65,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 +95,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