summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* Partially implement method invocation. Should be sufficient to generate James Shaw2007-07-161-1/+64
| | | | | | documentcreateelement.c svn path=/trunk/dom/; revision=3421
* Implement TestObject class and other test utilities (testutils.h)John Mark Bell2007-07-154-3/+235
| | | | | | Rudimentary test of libxml binding, so I can see what's needed svn path=/trunk/dom/; revision=3419
* Implement <load>. Extend <assertEquals> to handle equality test for James Shaw2007-07-151-20/+82
| | | | | | | ints. Extend convert_var_type and convert_attribute_name in order to generate the documentcreateelement test. svn path=/trunk/dom/; revision=3415
* Implement metadata function comment. Partially implement <assertEquals> James Shaw2007-07-141-35/+135
| | | | | | | on DOMStrings. dom_string_create_from_const_ptr lookup is currently hardwired. svn path=/trunk/dom/; revision=3410
* Import dom1-interfaces -- autogenned by the w3c DOM test suite. James Shaw2007-07-112-3/+3773
| | | | | | Partially implemented attribute accessors. svn path=/trunk/dom/; revision=3402
* Initial revision of test-to-c transformerJames Shaw2007-07-111-0/+95
| | | | svn path=/trunk/dom/; revision=3401
* Import DOM library.John Mark Bell2007-07-063-0/+211
This is mainly stub functions atm (and is missing a number of key interfaces). svn path=/trunk/dom/; revision=3384