summaryrefslogtreecommitdiff
path: root/test/binding.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge the branches/struggleyb/libdom-remain back to trunk.Bo Yang2009-08-111-35/+0
| | | | svn path=/trunk/dom/; revision=9191
* Make TestObject support both HTML and XML documents and auto-detect which ↵John Mark Bell2007-11-041-0/+4
| | | | | | | | | | parser to use. Make binding testcase attempt to load an HTML document. Hubbub parser binding constructor takes Aliases file path as a parameter. Hubbub parser binding's token handler now spews debug at stdout. svn path=/trunk/dom/; revision=3648
* Create a library of utility functions for the testsuite to useJohn Mark Bell2007-09-221-0/+2
| | | | | | Make test/binding.c include stdio.h itself rather than relying on other things to include it. svn path=/trunk/dom/; revision=3568
* 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 binding.c API usage.John Mark Bell2007-07-221-1/+1
| | | | | | Modify testcase Makefile to build things other than the XML-based testsuite svn path=/trunk/dom/; revision=3460
* Implement TestObject class and other test utilities (testutils.h)John Mark Bell2007-07-151-0/+29
Rudimentary test of libxml binding, so I can see what's needed svn path=/trunk/dom/; revision=3419