Test the new error conditions

This commit is contained in:
Matthias Clasen 2015-04-29 15:20:51 -04:00
parent d58500b318
commit 5271106250
5 changed files with 18 additions and 0 deletions

View File

@ -228,6 +228,8 @@ test_ui = \
ui/infobar4.ui ui/infobar4.expected \
ui/infobar5.ui ui/infobar5.expected \
ui/infobar6.ui ui/infobar6.expected \
ui/image1.ui ui/image1.expected \
ui/image2.ui ui/image2.expected \
$(NULL)
EXTRA_DIST += \

View File

@ -0,0 +1,2 @@
ERROR: gtk-builder-error-quark 13
.:3:29 Object with ID xyzzy not found

View File

@ -0,0 +1,6 @@
<interface>
<object class="GtkButton">
<property name="image">xyzzy</property>
</object>
</interface>

View File

@ -0,0 +1,2 @@
ERROR: gtk-builder-error-quark 13
.:3:71 Object with ID xyzzy not found

View File

@ -0,0 +1,6 @@
<interface>
<object class="GtkButton">
<property name="visible" bind-source="xyzzy" bind-property="ooo"/>
</object>
</interface>