[gtk/shortcuts-rebased-again: 135/135] tests: Skip GtkShortcutsController::model
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/shortcuts-rebased-again: 135/135] tests: Skip GtkShortcutsController::model
- Date: Sun, 23 Jun 2019 15:13:23 +0000 (UTC)
commit ca4ac893717dbcd0c62685318e69fcd596f1bd29
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Jun 23 14:52:08 2019 +0000
tests: Skip GtkShortcutsController::model
The defaultvalue test can't handle object-valued
properties with non-NULL initial value.
testsuite/gtk/defaultvalue.c | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/testsuite/gtk/defaultvalue.c b/testsuite/gtk/defaultvalue.c
index c1c4c81936..dfc6d7cf4b 100644
--- a/testsuite/gtk/defaultvalue.c
+++ b/testsuite/gtk/defaultvalue.c
@@ -320,6 +320,10 @@ G_GNUC_END_IGNORE_DEPRECATIONS
strcmp (pspec->name, "trigger") == 0))
continue;
+ if (g_type_is_a (type, GTK_TYPE_SHORTCUT_CONTROLLER) &&
+ strcmp (pspec->name, "model") == 0)
+ continue;
+
if (g_type_is_a (type, GTK_TYPE_SPIN_BUTTON) &&
(strcmp (pspec->name, "adjustment") == 0))
continue;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]