GtkInfoBar: Add a test for 'invalid ID'

This commit is contained in:
Matthias Clasen
2015-04-27 23:07:48 -04:00
parent fc466cdf28
commit 90352f1979
3 changed files with 11 additions and 0 deletions

View File

@ -227,6 +227,7 @@ test_ui = \
ui/infobar3.ui ui/infobar3.expected \
ui/infobar4.ui ui/infobar4.expected \
ui/infobar5.ui ui/infobar5.expected \
ui/infobar6.ui ui/infobar6.expected \
$(NULL)
EXTRA_DIST += \

View File

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

View File

@ -0,0 +1,8 @@
<!-- test all valid infobar markup -->
<interface>
<object class="GtkInfoBar">
<action-widgets>
<action-widget response="ok">xyzzy</action-widget>
</action-widgets>
</object>
</interface>