test/prop_tests.h

changeset 110
1cf71e56f01e
parent 109
75cb6590358b
child 134
4d320dc3a7af
     1.1 --- a/test/prop_tests.h	Sun Jul 14 17:11:34 2013 +0200
     1.2 +++ b/test/prop_tests.h	Mon Jul 15 13:53:51 2013 +0200
     1.3 @@ -36,12 +36,12 @@
     1.4  extern "C" {
     1.5  #endif
     1.6  
     1.7 -UCX_TEST_DECLARE(test_ucx_prop_new);
     1.8 -UCX_TEST_DECLARE(test_ucx_prop_parse);
     1.9 -UCX_TEST_DECLARE(test_ucx_prop_parse_multi);
    1.10 -UCX_TEST_DECLARE(test_ucx_prop_parse_part);
    1.11 -UCX_TEST_DECLARE(test_ucx_prop_parse_long);
    1.12 -UCX_TEST_DECLARE(test_ucx_prop_parse2map);
    1.13 +UCX_TEST_DECLARE(test_ucx_properties_new);
    1.14 +UCX_TEST_DECLARE(test_ucx_properties_next);
    1.15 +UCX_TEST_DECLARE(test_ucx_properties_next_multi);
    1.16 +UCX_TEST_DECLARE(test_ucx_properties_next_part);
    1.17 +UCX_TEST_DECLARE(test_ucx_properties_next_long);
    1.18 +UCX_TEST_DECLARE(test_ucx_properties2map);
    1.19  UCX_TEST_DECLARE(test_ucx_properties_load);
    1.20  UCX_TEST_DECLARE(test_ucx_properties_store);
    1.21  

mercurial