forked from AuroraMiddleware/gtk
Test the new error conditions
This commit is contained in:
parent
d58500b318
commit
5271106250
@ -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 += \
|
||||
|
2
testsuite/gtk/ui/image1.expected
Normal file
2
testsuite/gtk/ui/image1.expected
Normal file
@ -0,0 +1,2 @@
|
||||
ERROR: gtk-builder-error-quark 13
|
||||
.:3:29 Object with ID xyzzy not found
|
6
testsuite/gtk/ui/image1.ui
Normal file
6
testsuite/gtk/ui/image1.ui
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
<interface>
|
||||
<object class="GtkButton">
|
||||
<property name="image">xyzzy</property>
|
||||
</object>
|
||||
</interface>
|
2
testsuite/gtk/ui/image2.expected
Normal file
2
testsuite/gtk/ui/image2.expected
Normal file
@ -0,0 +1,2 @@
|
||||
ERROR: gtk-builder-error-quark 13
|
||||
.:3:71 Object with ID xyzzy not found
|
6
testsuite/gtk/ui/image2.ui
Normal file
6
testsuite/gtk/ui/image2.ui
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
<interface>
|
||||
<object class="GtkButton">
|
||||
<property name="visible" bind-source="xyzzy" bind-property="ooo"/>
|
||||
</object>
|
||||
</interface>
|
Loading…
Reference in New Issue
Block a user