From: Behdad Esfahbod Date: Fri, 15 Apr 2011 15:45:14 +0000 (-0400) Subject: [test] Add more TODO items X-Git-Tag: submit/2.0alpha-wayland/20121130.004132~9^2~371 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2f2f448af35c232d18888c0e57cb21c9796ba7a8;p=profile%2Fivi%2Forg.tizen.video-player.git [test] Add more TODO items --- diff --git a/test/test-buffer.c b/test/test-buffer.c index c5d83c1..d4c9243 100644 --- a/test/test-buffer.c +++ b/test/test-buffer.c @@ -193,6 +193,8 @@ main (int argc, char **argv) /* XXX test invalid UTF-8 / UTF-16 text input (also overlong sequences) */ /* XXX test reverse() and reverse_clusters() */ /* XXX test ensure() and memory management */ + /* XXX test buffer reset */ + /* XXX test buffer set length */ return g_test_run(); }