[gtk/matthiasc/for-master: 1/2] Add a test for the previous fix
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/matthiasc/for-master: 1/2] Add a test for the previous fix
- Date: Fri, 29 Nov 2019 15:07:48 +0000 (UTC)
commit 174cdb09a7aa13faf4381cebad036dde223d65b3
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Nov 29 09:50:04 2019 -0500
Add a test for the previous fix
testsuite/tools/simplify-data/test9.expected | 13 +++++++++++++
testsuite/tools/simplify-data/test9.ui | 13 +++++++++++++
2 files changed, 26 insertions(+)
---
diff --git a/testsuite/tools/simplify-data/test9.expected b/testsuite/tools/simplify-data/test9.expected
new file mode 100644
index 0000000000..731b05e586
--- /dev/null
+++ b/testsuite/tools/simplify-data/test9.expected
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<interface>
+ <object class="GtkGrid">
+ <child>
+ <object class="GtkLabel">
+ <layout>
+ <property name="left-attach">0</property>
+ <property name="top-attach">0</property>
+ </layout>
+ </object>
+ </child>
+ </object>
+</interface>
diff --git a/testsuite/tools/simplify-data/test9.ui b/testsuite/tools/simplify-data/test9.ui
new file mode 100644
index 0000000000..b64bf8c463
--- /dev/null
+++ b/testsuite/tools/simplify-data/test9.ui
@@ -0,0 +1,13 @@
+<!-- non-default child property remains -->
+<interface>
+ <object class="GtkGrid">
+ <child>
+ <object class="GtkLabel">
+ <layout>
+ <property name="left-attach">0</property>
+ <property name="top-attach">0</property>
+ </layout>
+ </object>
+ </child>
+ </object>
+</interface>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]