From: Behdad Esfahbod Date: Mon, 2 May 2011 16:38:54 +0000 (-0400) Subject: Minor X-Git-Tag: submit/2.0alpha-wayland/20121130.004132~9^2~286 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=819e9d9e5310e67e8dcce9fa885f8a086a9b9ee8;p=profile%2Fivi%2Forg.tizen.video-player.git Minor --- diff --git a/test/test-unicode.c b/test/test-unicode.c index 4b2585b..c8fdfca 100644 --- a/test/test-unicode.c +++ b/test/test-unicode.c @@ -453,9 +453,12 @@ test_unicode_properties_nil (void) const property_t *p = &properties[i]; const test_pair_t *tests; + g_test_message ("Testing property %s", p->name); tests = p->tests; - for (j = 0; j < p->num_tests; j++) + for (j = 0; j < p->num_tests; j++) { + g_test_message ("Test %s #%d: U+%04X", p->name, j, tests[j].unicode); g_assert_cmphex (p->getter (uf, tests[j].unicode), ==, default_value (p->default_value, tests[j].unicode)); + } } hb_unicode_funcs_destroy (uf);