mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
Expand visual tests a bit
This commit is contained in:
parent
785a425516
commit
669336cf95
@ -75,6 +75,9 @@ test_list_visuals (void)
|
||||
found_system = TRUE;
|
||||
if (visual == rgba_visual)
|
||||
found_rgba = TRUE;
|
||||
g_assert_true (GDK_IS_VISUAL (visual));
|
||||
|
||||
g_assert_true (gdk_visual_get_screen (visual) == screen);
|
||||
}
|
||||
g_list_free (list);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user