summaryrefslogtreecommitdiff
path: root/test/testutils.h
Commit message (Collapse)AuthorAgeFilesLines
* Create a library of utility functions for the testsuite to useJohn Mark Bell2007-09-221-182/+5
| | | | | | Make test/binding.c include stdio.h itself rather than relying on other things to include it. svn path=/trunk/dom/; revision=3568
* Implement #defines for try/catchJames Shaw2007-09-221-0/+27
| | | | svn path=/trunk/dom/; revision=3565
* Stop TestObject appending .xml to the filename -- the auto-generated ↵John Mark Bell2007-09-191-1/+1
| | | | | | | | testcases already have it appended. Fixup binding testcase appropriately. svn path=/trunk/dom/; revision=3552
* Fix testcases after change to xml_parser API (messaging callback)John Mark Bell2007-09-161-3/+18
| | | | svn path=/trunk/dom/; revision=3541
* Include utils.hJames Shaw2007-07-161-0/+1
| | | | svn path=/trunk/dom/; revision=3423
* Implement TestObject class and other test utilities (testutils.h)John Mark Bell2007-07-151-0/+145
Rudimentary test of libxml binding, so I can see what's needed svn path=/trunk/dom/; revision=3419