Add a testcase

This tests the fix in 1e7225aa1c.
This commit is contained in:
Matthias Clasen 2019-05-30 12:24:18 +00:00
parent 22e0785802
commit 2eb0333017
2 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface domain="nm-applet">
<object class="GtkAssistant">
<child>
<object class="GtkAssistantPage">
<property name="page_type">confirm</property>
<property name="complete">True</property>
<property name="child">
<object class="GtkBox" id="confirm_page">
<property name="visible">0</property>
</object>
</property>
</object>
</child>
</object>
</interface>

View File

@ -0,0 +1,12 @@
<interface domain="nm-applet">
<object class="GtkAssistant">
<child>
<object class="GtkBox" id="confirm_page">
</object>
<packing>
<property name="page_type">confirm</property>
<property name="complete">True</property>
</packing>
</child>
</object>
</interface>