summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add the new two interface file for Events module testing.Bo Yang2009-08-142-0/+2060
* 1. Find there are indeed two testcases for Events module, so I add support fo...Bo Yang2009-08-143-3/+25
* Merge the Events module (branches/struggleyb/libdom-events) back to trunk. :)Bo Yang2009-08-131-1/+5
* Make the failed 5 testcases passed in DOMTS Core level2. Bo Yang2009-08-121-1/+1
* Merge the branches/struggleyb/libdom-remain back to trunk.Bo Yang2009-08-1141-4907/+2818
* Merge DOMTS tests -- they're causing havoc with review diffs.John Mark Bell2009-07-303060-0/+147514
* Add test dir to include path. Probably useful for the DOMTS stuff.John Mark Bell2009-03-261-1/+1
* Attempt to integrate DOMTS stuff.John Mark Bell2009-03-261-24/+18
* Purge testrunnerJohn Mark Bell2009-03-251-147/+0
* Add -I$(CURDIR) to TESTCFLAGSJohn Mark Bell2009-03-251-0/+2
* First cut at a port to the new buildsystem.John Mark Bell2009-03-252-157/+23
* Make hubbub parser binding build trees correctly (credit: Bo Yang)John Mark Bell2009-03-051-1/+1
* Use pkg-config for hubbub cflags/librariesJohn Mark Bell2009-03-031-3/+1
* Make TestObject support both HTML and XML documents and auto-detect which par...John Mark Bell2007-11-045-26/+448
* Fix TestObject after xml binding error changesJohn Mark Bell2007-11-041-4/+5
* Fix up bindings buildsystem to permit multiple bindings to be built -- quite ...John Mark Bell2007-11-041-10/+10
* Sketch out some implementation ideas:James Shaw2007-10-041-54/+215
* dom_initialise() and dom_finalise() are now completely public, rather than hi...John Mark Bell2007-09-291-1/+7
* Add finalisation method to libxml-libdom.John Mark Bell2007-09-291-2/+11
* Stub out all test templates. Remove all previous tests.James Shaw2007-09-2818-1527/+243
* Alter assert_equals signature, stub out assert_uri_equalsJames Shaw2007-09-262-10/+34
* Remove accidental commit of binaryJames Shaw2007-09-221-0/+0
* Extend list implementation, add test-list.c to test some of it.James Shaw2007-09-222-0/+56
* Extend list implementation, add test-list.c to test some of it.James Shaw2007-09-229-20/+160
* Rename testcase utility library to libdomtest -- libdebug made no senseJohn Mark Bell2007-09-222-3/+3
* Create a library of utility functions for the testsuite to useJohn Mark Bell2007-09-2213-187/+379
* Implement #defines for try/catchJames Shaw2007-09-221-0/+27
* Use a typedef for the function pointers to comparison functions, add newline ...Rob Kendrick2007-09-222-4/+6
* s/malloc.h/stdlib.h/ (malloc.h is non-standard, though common)John Mark Bell2007-09-222-9/+22
* Change to C-style commentsJames Shaw2007-09-221-3/+3
* Implement list_contains_all()James Shaw2007-09-222-0/+15
* Initial revision of linked list implementationJames Shaw2007-09-222-0/+99
* Stop TestObject appending .xml to the filename -- the auto-generated testcase...John Mark Bell2007-09-192-2/+2
* Fix testcases after change to xml_parser API (messaging callback)John Mark Bell2007-09-161-3/+18
* Move parameter declaration, as xsltproc (libxml 2.6.26, libxslt 1.1.21, libex...John Mark Bell2007-09-161-5/+5
* Import more W3C tests that compile successfullyJames Shaw2007-08-113-0/+146
* Implement assertSizeJames Shaw2007-08-111-2/+66
* Import more W3C tests that compile successfullyJames Shaw2007-08-095-0/+233
* Add assertTrue and assertFalse templates; add boolean primitive to ctypes.xml...James Shaw2007-08-092-1/+28
* Import more W3C tests that compile successfullyJames Shaw2007-08-086-0/+277
* Import string helper functions from XSLT Standard LibraryJames Shaw2007-08-081-0/+1233
* Fix casting of structs as 'out' parameters. Update ctypes.xml mappings.James Shaw2007-08-082-2/+63
* Import test from W3C test suiteJames Shaw2007-08-031-0/+45
* Reinstate assertEquals templateJames Shaw2007-08-031-2/+51
* Implemented variable-or-literal type guessing. Implemented creation of tempo...James Shaw2007-08-011-11/+38
* Improve infrastructure for generating parameters for method calls. Stub out ...James Shaw2007-07-271-20/+194
* Fix binding.c API usage.John Mark Bell2007-07-222-2/+11
* Rewritten produce-specific-attribute to handle casts properly. IDL to C name...James Shaw2007-07-222-240/+233
* Silence GCC/LD command lines when building test cases.John Mark Bell2007-07-214-10/+11
* Add cast for attribute result variableJames Shaw2007-07-212-16/+128