summaryrefslogtreecommitdiff
path: root/test/transform/ctypes.xml
diff options
context:
space:
mode:
authorJames Shaw <jshaw@netsurf-browser.org>2007-08-09 21:04:37 +0000
committerJames Shaw <jshaw@netsurf-browser.org>2007-08-09 21:04:37 +0000
commit484832b785c41eddbd599cce7709836be100df40 (patch)
treebe5385c7e21545db3ad9275c17a80e8b4557c932 /test/transform/ctypes.xml
parent10afab0eeb1957771398c8552275635850e87efc (diff)
downloadlibdom-484832b785c41eddbd599cce7709836be100df40.tar.gz
libdom-484832b785c41eddbd599cce7709836be100df40.tar.bz2
Add assertTrue and assertFalse templates; add boolean primitive to ctypes.xml. Bugfix get-ctype to translate primitive typename when specified.
svn path=/trunk/dom/; revision=3494
Diffstat (limited to 'test/transform/ctypes.xml')
-rw-r--r--test/transform/ctypes.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/transform/ctypes.xml b/test/transform/ctypes.xml
index 148b1c4..579e317 100644
--- a/test/transform/ctypes.xml
+++ b/test/transform/ctypes.xml
@@ -1,6 +1,7 @@
<?xml version="1.0" ?>
<types>
<primitive idl="int" c="int"/>
+ <primitive idl="boolean" c="bool"/>
<type idl="Attr" c="dom_attr"/>
<type idl="Document" c="dom_document">