forked from AuroraMiddleware/gtk
testsuite: Remove packing property tests
These test files were for checking that GtkBuilder parses <packing> properly. We no longer support <packing>, so these can go.
This commit is contained in:
parent
ea7a43beb4
commit
7699b43ffe
@ -1,2 +0,0 @@
|
||||
ERROR: g-markup-error-quark 6
|
||||
.:7:32 element 'property' requires attribute 'name'
|
@ -1,11 +0,0 @@
|
||||
<!-- invalid child property attribute -->
|
||||
<interface>
|
||||
<object class="GtkBox">
|
||||
<child>
|
||||
<object class="GtkLabel" id="widget1"/>
|
||||
<packing>
|
||||
<property food="good"/>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
</interface>
|
@ -1,2 +0,0 @@
|
||||
ERROR: gtk-builder-error-quark 1
|
||||
.:7:17 Unsupported tag for GtkContainer: <warbl>
|
@ -1,11 +0,0 @@
|
||||
<!-- invalid packing element -->
|
||||
<interface>
|
||||
<object class="GtkBox">
|
||||
<child>
|
||||
<object class="GtkLabel" id="widget1"/>
|
||||
<packing>
|
||||
<warbl/>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
</interface>
|
@ -1,2 +0,0 @@
|
||||
ERROR: g-markup-error-quark 4
|
||||
.:7:1 attribute 'try' invalid for element 'packing'
|
@ -1,10 +0,0 @@
|
||||
<!-- invalid container packing attribute -->
|
||||
<interface>
|
||||
<object class="GtkBox">
|
||||
<child>
|
||||
<object class="GtkLabel" id="widget1"/>
|
||||
<packing try="this">
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
</interface>
|
Loading…
Reference in New Issue
Block a user