[gtk/matthiasc/for-master: 7/25] testsuite: More gtk4-builder-tool tests




commit a4e5f5ca50280b73db0021686bbc4e0538d92fba
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Nov 1 10:48:29 2020 -0500

    testsuite: More gtk4-builder-tool tests

 testsuite/tools/simplify-data-3to4/headerbar.expected | 5 +++++
 testsuite/tools/simplify-data-3to4/headerbar.ui       | 9 +++++++++
 2 files changed, 14 insertions(+)
---
diff --git a/testsuite/tools/simplify-data-3to4/headerbar.expected 
b/testsuite/tools/simplify-data-3to4/headerbar.expected
index aa7351fc06..5b642b28d8 100644
--- a/testsuite/tools/simplify-data-3to4/headerbar.expected
+++ b/testsuite/tools/simplify-data-3to4/headerbar.expected
@@ -4,6 +4,11 @@
     <child type="titlebar">
       <object class="GtkHeaderBar" id="headerbar1">
         <property name="title-widget">box1</property>
+        <child type="end">
+          <object class="GtkButton">
+            <property name="label">A!</property>
+          </object>
+        </child>
       </object>
     </child>
   </object>
diff --git a/testsuite/tools/simplify-data-3to4/headerbar.ui b/testsuite/tools/simplify-data-3to4/headerbar.ui
index 9ad70329d7..c12d3d9ed1 100644
--- a/testsuite/tools/simplify-data-3to4/headerbar.ui
+++ b/testsuite/tools/simplify-data-3to4/headerbar.ui
@@ -7,6 +7,15 @@
         <property name="visible">True</property>
         <property name="show-close-button">True</property>
         <property name="custom-title">box1</property>
+        <child>
+          <object class="GtkButton">
+            <property name="visible">True</property>
+            <property name="label">A!</property>
+          </object>
+          <packing>
+            <property name="pack-type">end</property>
+          </packing>
+        </child>
       </object>
     </child>
   </object>


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