[gimp] app/tests: Increase GIMP_UI_WINDOW_POSITION_EPSILON
- From: Martin Nordholts <martinn src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app/tests: Increase GIMP_UI_WINDOW_POSITION_EPSILON
- Date: Sun, 12 Sep 2010 16:28:23 +0000 (UTC)
commit 3c2f0809e3280066423db6f0d289aa3a7b625ced
Author: Martin Nordholts <martinn src gnome org>
Date: Sun Sep 12 18:37:00 2010 +0200
app/tests: Increase GIMP_UI_WINDOW_POSITION_EPSILON
Increase GIMP_UI_WINDOW_POSITION_EPSILON, we had a nightly build that
failed with
assertion failed ((int)abs (y_before_hide - y_after_show) <=
GIMP_UI_WINDOW_POSITION_EPSILON): (21 <= 10)
so appearently we need to be more liberal.
app/tests/test-ui.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/tests/test-ui.c b/app/tests/test-ui.c
index 0630a84..a46bcf9 100644
--- a/app/tests/test-ui.c
+++ b/app/tests/test-ui.c
@@ -60,7 +60,7 @@
#include "gimp-app-test-utils.h"
-#define GIMP_UI_WINDOW_POSITION_EPSILON 10
+#define GIMP_UI_WINDOW_POSITION_EPSILON 25
#define GIMP_UI_POSITION_EPSILON 1
#define GIMP_UI_ZOOM_EPSILON 0.01
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]