summaryrefslogtreecommitdiff
path: root/test/DOMTSHandler.pm
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-09-11 13:00:36 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2012-09-11 13:00:36 +0100
commit28490c875240db5c878eba2ec7ec1af7dc414521 (patch)
treeb5563977c61da7a735d799262d74dd8119f29de7 /test/DOMTSHandler.pm
parent9d45f44c90fcf800d1b865351fd083b19570ca57 (diff)
downloadlibdom-28490c875240db5c878eba2ec7ec1af7dc414521.tar.gz
libdom-28490c875240db5c878eba2ec7ec1af7dc414521.tar.bz2
Fix tests and disable test cases where we don't match in signedness.
Diffstat (limited to 'test/DOMTSHandler.pm')
-rw-r--r--test/DOMTSHandler.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/DOMTSHandler.pm b/test/DOMTSHandler.pm
index 890a8ff..5d11b62 100644
--- a/test/DOMTSHandler.pm
+++ b/test/DOMTSHandler.pm
@@ -30,8 +30,8 @@ our %native_interface = (
our %special_type = (
# Some of the type are not defined now!
boolean => "bool ",
- int => "unsigned long ",
- "unsigned long" => "unsigned long ",
+ int => "int32_t ",
+ "unsigned long" => "uint32_t ",
DOMString => "dom_string *",
List => "list *",
Collection => "list *",