test/list_tests.c

changeset 36
a9d656e4f7ce
parent 35
fdabd1240b69
child 40
583718dd4cf3
     1.1 --- a/test/list_tests.c	Wed Aug 15 19:32:29 2012 +0200
     1.2 +++ b/test/list_tests.c	Thu Aug 16 11:31:16 2012 +0200
     1.3 @@ -154,7 +154,7 @@
     1.4      ucx_list_free(copy);
     1.5  }
     1.6  
     1.7 -UCX_TEST_IMPLEMENT(test_ucx_list_qsort) {
     1.8 +UCX_TEST_IMPLEMENT(test_ucx_list_sort) {
     1.9      UcxList *list = ucx_list_append(NULL, "this");
    1.10      list = ucx_list_append(list, "is");
    1.11      list = ucx_list_append(list, "a");
    1.12 @@ -171,7 +171,7 @@
    1.13      expected = ucx_list_append(expected, "test");
    1.14      expected = ucx_list_append(expected, "this");
    1.15  
    1.16 -    list = ucx_list_qsort(list, cmp_string, NULL);
    1.17 +    list = ucx_list_sort(list, cmp_string, NULL);
    1.18  
    1.19      UCX_TEST_BEGIN
    1.20      UCX_TEST_ASSERT(

mercurial