summaryrefslogtreecommitdiff
path: root/tests/constant.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/constant.test')
-rw-r--r--tests/constant.test7
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/constant.test b/tests/constant.test
index ed3671c5..f5da5358 100644
--- a/tests/constant.test
+++ b/tests/constant.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">
<constant name="constant1" type="gint" value="42" />
<constant name="constant2" type="guint" value="42" />
@@ -7,4 +10,4 @@
<constant name="constant4" type="gint32" value="42" />
<constant name="constant5" type="gfloat" value="42.000000" />
</namespace>
-</api>
+</repository>