Update treeview tests for focus changes

The treeview is not using focus-pad here anymore, so update
the tests to not expect it.
This commit is contained in:
Matthias Clasen 2014-05-22 06:15:12 -04:00
parent d01a291dbc
commit 8f7dceda3c

View File

@ -216,9 +216,9 @@ test_row_separator_height (void)
NULL);
if (wide_separators)
height = separator_height + 2 * focus_pad;
height = separator_height;
else
height = 2 + 2 * focus_pad;
height = 2;
g_assert_cmpint (rect.height, ==, height);
g_assert_cmpint (cell_rect.height, ==, height);