Drop builtin icon test

We don't have these icons anymore.
This commit is contained in:
Matthias Clasen 2018-07-22 17:16:20 +00:00
parent 20deda2bd6
commit 1d72e3e193

View File

@ -501,15 +501,6 @@ test_svg_size (void)
assert_icon_lookup_size ("twosize", 8, 0, "/icons/16x16s/twosize.svg", 12); assert_icon_lookup_size ("twosize", 8, 0, "/icons/16x16s/twosize.svg", 12);
} }
static void
test_builtin (void)
{
assert_icon_lookup_size ("gtk-color-picker", 16, GTK_ICON_LOOKUP_USE_BUILTIN, "/org/gtk/libgtk/icons/16x16/actions/gtk-color-picker.png", 16);
assert_icon_lookup_size ("gtk-color-picker", 20, GTK_ICON_LOOKUP_USE_BUILTIN, "/org/gtk/libgtk/icons/24x24/actions/gtk-color-picker.png", 24);
assert_icon_lookup_size ("gtk-color-picker", 24, GTK_ICON_LOOKUP_USE_BUILTIN, "/org/gtk/libgtk/icons/24x24/actions/gtk-color-picker.png", 24);
assert_icon_lookup_size ("gtk-color-picker", 30, GTK_ICON_LOOKUP_USE_BUILTIN, "/org/gtk/libgtk/icons/24x24/actions/gtk-color-picker.png", 24);
}
static void static void
test_size (void) test_size (void)
{ {
@ -799,7 +790,6 @@ main (int argc, char *argv[])
g_test_add_func ("/icontheme/symbolic-single-size", test_symbolic_single_size); g_test_add_func ("/icontheme/symbolic-single-size", test_symbolic_single_size);
g_test_add_func ("/icontheme/svg-size", test_svg_size); g_test_add_func ("/icontheme/svg-size", test_svg_size);
g_test_add_func ("/icontheme/size", test_size); g_test_add_func ("/icontheme/size", test_size);
g_test_add_func ("/icontheme/builtin", test_builtin);
g_test_add_func ("/icontheme/list", test_list); g_test_add_func ("/icontheme/list", test_list);
g_test_add_func ("/icontheme/async", test_async); g_test_add_func ("/icontheme/async", test_async);
g_test_add_func ("/icontheme/inherit", test_inherit); g_test_add_func ("/icontheme/inherit", test_inherit);