[gimp] app: disable UI test alt_click_is_layer_to_selection()



commit d46041665cfb411ca4a9382b5d78da9e2afd49d9
Author: Michael Natterer <mitch gimp org>
Date:   Sat Aug 4 01:53:55 2012 +0200

    app: disable UI test alt_click_is_layer_to_selection()
    
    It makes assumptions about widget positions that don't work on Jenkins.

 app/tests/test-ui.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/app/tests/test-ui.c b/app/tests/test-ui.c
index 6fb929a..6e6d642 100644
--- a/app/tests/test-ui.c
+++ b/app/tests/test-ui.c
@@ -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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]