summaryrefslogtreecommitdiff
path: root/test/testutils/domtsasserts.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-10-25 09:04:31 +0000
committerVincent Sanders <vince@kyllikki.org>2015-10-25 09:04:31 +0000
commit0c4def895208ab6c4f5077da50f2235a8882e840 (patch)
tree2ca835091f57262e147512e50ac12f9364a6b73f /test/testutils/domtsasserts.h
parent2803afb2bcf521af8963d9b3494c02c9c906d69b (diff)
downloadlibdom-0c4def895208ab6c4f5077da50f2235a8882e840.tar.gz
libdom-0c4def895208ab6c4f5077da50f2235a8882e840.tar.bz2
allow tests to use the unsigned long type for testing dom_ulong interfaces
Diffstat (limited to 'test/testutils/domtsasserts.h')
-rw-r--r--test/testutils/domtsasserts.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/testutils/domtsasserts.h b/test/testutils/domtsasserts.h
index 1a292f7..9091c01 100644
--- a/test/testutils/domtsasserts.h
+++ b/test/testutils/domtsasserts.h
@@ -35,6 +35,7 @@ bool is_same_unsigned_int32_t(uint32_t excepted, uint32_t actual);
bool is_equals_int(int excepted, int actual, bool dummy);
bool is_equals_unsigned_int32_t(uint32_t excepted, uint32_t actual, bool dummy);
+bool is_equals_unsigned_long(dom_ulong excepted, dom_ulong actual, bool dummy);
bool is_equals_bool(bool excepted, bool actual, bool dummy);
bool is_equals_string(const char *excepted, dom_string *actual,
bool ignoreCase);