test/buffer_tests.c

changeset 163
5ec9a2ca6328
parent 147
1aa598f36872
child 164
1fa3f13f774c
     1.1 --- a/test/buffer_tests.c	Thu Apr 10 11:32:59 2014 +0200
     1.2 +++ b/test/buffer_tests.c	Thu Apr 17 14:33:06 2014 +0200
     1.3 @@ -29,7 +29,7 @@
     1.4  #include "buffer_tests.h"
     1.5  #include "ucx/utils.h"
     1.6  
     1.7 -UCX_TEST(test_ucx_buffer_seektell) {
     1.8 +UCX_TEST(test_ucx_buffer_seek) {
     1.9      UcxBuffer *b = ucx_buffer_new(NULL, 32, UCX_BUFFER_DEFAULT);
    1.10      b->size = 16; // less than capacity
    1.11      int r;

mercurial