summaryrefslogtreecommitdiff
path: root/tests/union.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/union.test')
-rw-r--r--tests/union.test7
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/union.test b/tests/union.test
index 329512e1..9c4ae61a 100644
--- a/tests/union.test
+++ b/tests/union.test
@@ -1,5 +1,8 @@
<?xml version="1.0"?>
-<api version="1.0">
+<repository version="1.0"
+ xmlns="http://www.gtk.org/introspection/core/1.0"
+ xmlns:c="http://www.gtk.org/introspection/c/1.0"
+ xmlns:glib="http://www.gtk.org/introspection/glib/1.0">
<namespace name="Foo">
<union name="union1" type-name="UnionType1" get-type="union1_get_type">
<discriminator offset="-4" type="gint" />
@@ -11,4 +14,4 @@
<field name="field1" readable="1" writable="1" offset="0" type="gdouble" />
</union>
</namespace>
-</api>
+</repository>