[gimp/metadata-browser] app: disable UI test alt_click_is_layer_to_selection()
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/metadata-browser] app: disable UI test alt_click_is_layer_to_selection()
- Date: Thu, 13 Sep 2012 00:29:48 +0000 (UTC)
commit 214a208dc1e36258eb9a1597dc5fb8a2bf719791
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]