Minor
This commit is contained in:
parent
03034acb8a
commit
819e9d9e53
|
@ -453,9 +453,12 @@ test_unicode_properties_nil (void)
|
||||||
const property_t *p = &properties[i];
|
const property_t *p = &properties[i];
|
||||||
const test_pair_t *tests;
|
const test_pair_t *tests;
|
||||||
|
|
||||||
|
g_test_message ("Testing property %s", p->name);
|
||||||
tests = p->tests;
|
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));
|
g_assert_cmphex (p->getter (uf, tests[j].unicode), ==, default_value (p->default_value, tests[j].unicode));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
hb_unicode_funcs_destroy (uf);
|
hb_unicode_funcs_destroy (uf);
|
||||||
|
|
Loading…
Reference in New Issue