test/main.c

changeset 36
a9d656e4f7ce
parent 35
fdabd1240b69
child 39
bf8ab7bb74ff
     1.1 --- a/test/main.c	Wed Aug 15 19:32:29 2012 +0200
     1.2 +++ b/test/main.c	Thu Aug 16 11:31:16 2012 +0200
     1.3 @@ -116,7 +116,7 @@
     1.4          ucx_test_register(suite, test_ucx_list_get);
     1.5          ucx_test_register(suite, test_ucx_list_remove);
     1.6          ucx_test_register(suite, test_ucx_list_clone);
     1.7 -        ucx_test_register(suite, test_ucx_list_qsort);
     1.8 +        ucx_test_register(suite, test_ucx_list_sort);
     1.9          
    1.10          /* UcxDlist Tests */
    1.11          ucx_test_register(suite, test_ucx_dlist_append);
    1.12 @@ -129,7 +129,7 @@
    1.13          ucx_test_register(suite, test_ucx_dlist_get);
    1.14          ucx_test_register(suite, test_ucx_dlist_remove);
    1.15          ucx_test_register(suite, test_ucx_dlist_clone);
    1.16 -        ucx_test_register(suite, test_ucx_dlist_qsort);
    1.17 +        ucx_test_register(suite, test_ucx_dlist_sort);
    1.18  
    1.19          /* UcxMemPool Tests */
    1.20          ucx_test_register(suite, test_ucx_mempool_new);

mercurial