projects
/
platform
/
upstream
/
libHarfBuzzSharp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07cbaac
)
[test] Add todo items
author
Behdad Esfahbod
<behdad@behdad.org>
Wed, 13 Apr 2011 05:35:58 +0000
(
01:35
-0400)
committer
Behdad Esfahbod
<behdad@behdad.org>
Wed, 13 Apr 2011 05:35:58 +0000
(
01:35
-0400)
test/test-buffer.c
patch
|
blob
|
history
diff --git
a/test/test-buffer.c
b/test/test-buffer.c
index 4e7c6e50c07498e304b6786f36af34bc25944f38..c5d83c1c6faae7bc400043dfd7f5c83f10815e7b 100644
(file)
--- a/
test/test-buffer.c
+++ b/
test/test-buffer.c
@@
-148,6
+148,7
@@
test_buffer_contents (Fixture *fixture, gconstpointer user_data)
}
hb_buffer_clear (fixture->b);
+ /* XXX Make sure clear() doesn't unset other properties? */
g_assert_cmpint (hb_buffer_get_length (fixture->b), ==, 0);
}
@@
-189,7
+190,9
@@
main (int argc, char **argv)
#undef TEST_ADD
}
- /* XXX test invalid UTF-8 / UTF-16 text input */
+ /* XXX test invalid UTF-8 / UTF-16 text input (also overlong sequences) */
+ /* XXX test reverse() and reverse_clusters() */
+ /* XXX test ensure() and memory management */
return g_test_run();
}