From 28490c875240db5c878eba2ec7ec1af7dc414521 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 11 Sep 2012 13:00:36 +0100 Subject: Fix tests and disable test cases where we don't match in signedness. --- test/DOMTSHandler.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/DOMTSHandler.pm') 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 *", -- cgit v1.2.3