commit | b8477e1da2785708f3232f8f2577f602a5d320d1 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Wed May 11 21:12:44 2011 -0400 |
committer | Behdad Esfahbod <behdad@behdad.org> | Wed May 11 21:12:44 2011 -0400 |
tree | f3e904fbe2c19660c0ec39342ab1a60d920340b3 | |
parent | 3994be3ded40e5a3da0e187ad421b19a78865e02 [diff] [blame] |
[test] Add tests for _get_empty() funcs
diff --git a/test/test-blob.c b/test/test-blob.c index 22d40b7..beb23a5 100644 --- a/test/test-blob.c +++ b/test/test-blob.c
@@ -52,6 +52,7 @@ g_assert (hb_blob_is_immutable (hb_blob_get_empty ())); g_assert (hb_blob_get_empty () != NULL); + g_assert (hb_blob_get_empty () == hb_blob_create (NULL, 0, HB_MEMORY_MODE_READONLY, NULL, NULL)); blob = hb_blob_get_empty (); g_assert (blob == hb_blob_get_empty ());