summaryrefslogtreecommitdiff
path: root/test/testutils/domtsasserts.h
Commit message (Collapse)AuthorAgeFilesLines
* unsigned long -> uint32_t, signed long and long -> int32_t, plus collateral ↵Daniel Silverstone2012-09-101-5/+5
| | | | fixes. Test suite does not pass
* DOMTS: Add proper support for assertURIEqualsDaniel Silverstone2012-07-071-3/+4
|
* Simplify DOMImplementation API by replacing dom_strings with const char *John Mark Bell2010-12-061-1/+1
| | | | svn path=/trunk/libdom/; revision=11024
* Make libdom work again given lack of init/finalise in hubbub and prepare ↵Daniel Silverstone2010-12-041-3/+3
| | | | | | initial attempt at importing tests into the makefile svn path=/trunk/dom/; revision=10992
* 1. Find there are indeed two testcases for Events module, so I add support ↵Bo Yang2009-08-141-0/+1
| | | | | | | | | for them. 2. Change DOMTSHandler to deal with more exceptions and types 3. Add a new test assertion. svn path=/trunk/dom/; revision=9280
* Merge the branches/struggleyb/libdom-remain back to trunk.Bo Yang2009-08-111-0/+61
svn path=/trunk/dom/; revision=9191