test/main.c

changeset 123
7fb0f74517c5
parent 122
540d99722f1f
child 131
fc3af16818a3
     1.1 --- a/test/main.c	Mon Jul 22 11:53:39 2013 +0200
     1.2 +++ b/test/main.c	Mon Jul 22 13:45:49 2013 +0200
     1.3 @@ -120,7 +120,7 @@
     1.4          /* UcxLogger Tests */
     1.5          ucx_test_register(suite, test_ucx_logger_log);
     1.6          
     1.7 -        /* UcxDlist Tests */
     1.8 +        /* UcxList Tests */
     1.9          ucx_test_register(suite, test_ucx_list_append);
    1.10          ucx_test_register(suite, test_ucx_list_prepend);
    1.11          ucx_test_register(suite, test_ucx_list_equals);
    1.12 @@ -129,6 +129,8 @@
    1.13          ucx_test_register(suite, test_ucx_list_first);
    1.14          ucx_test_register(suite, test_ucx_list_last);
    1.15          ucx_test_register(suite, test_ucx_list_get);
    1.16 +        ucx_test_register(suite, test_ucx_list_indexof);
    1.17 +        ucx_test_register(suite, test_ucx_list_find);
    1.18          ucx_test_register(suite, test_ucx_list_contains);
    1.19          ucx_test_register(suite, test_ucx_list_remove);
    1.20          ucx_test_register(suite, test_ucx_list_clone);

mercurial