diff -r 75cb6590358b -r 1cf71e56f01e test/prop_tests.h --- a/test/prop_tests.h Sun Jul 14 17:11:34 2013 +0200 +++ b/test/prop_tests.h Mon Jul 15 13:53:51 2013 +0200 @@ -36,12 +36,12 @@ extern "C" { #endif -UCX_TEST_DECLARE(test_ucx_prop_new); -UCX_TEST_DECLARE(test_ucx_prop_parse); -UCX_TEST_DECLARE(test_ucx_prop_parse_multi); -UCX_TEST_DECLARE(test_ucx_prop_parse_part); -UCX_TEST_DECLARE(test_ucx_prop_parse_long); -UCX_TEST_DECLARE(test_ucx_prop_parse2map); +UCX_TEST_DECLARE(test_ucx_properties_new); +UCX_TEST_DECLARE(test_ucx_properties_next); +UCX_TEST_DECLARE(test_ucx_properties_next_multi); +UCX_TEST_DECLARE(test_ucx_properties_next_part); +UCX_TEST_DECLARE(test_ucx_properties_next_long); +UCX_TEST_DECLARE(test_ucx_properties2map); UCX_TEST_DECLARE(test_ucx_properties_load); UCX_TEST_DECLARE(test_ucx_properties_store);