app: disable UI test alt_click_is_layer_to_selection()

It makes assumptions about widget positions that don't work on Jenkins.
This commit is contained in:
Michael Natterer
2012-08-04 01:53:55 +02:00
parent 47c94fc228
commit d46041665c

View File

@ -326,6 +326,10 @@ keyboard_zoom_focus (gconstpointer data)
static void
alt_click_is_layer_to_selection (gconstpointer data)
{
#if __GNUC__
#warning FIXME: please fix alt_click_is_layer_to_selection test
#endif
#if 0
Gimp *gimp = GIMP (data);
GimpImage *image = GIMP_IMAGE (gimp_get_image_iter (gimp)->data);
GimpChannel *selection = gimp_image_get_mask (image);
@ -397,6 +401,7 @@ alt_click_is_layer_to_selection (gconstpointer data)
NULL, NULL, /*x1, y1*/
NULL, NULL /*x2, y2*/));
g_assert (gimp_image_get_active_layer (image) == active_layer);
#endif
}
static void