summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix RISC OS buildJohn Mark Bell2007-07-201-6/+7
* Silence XSLT invocation.John Mark Bell2007-07-201-1/+2
* Add XML to C transformation to 'make test' targetJames Shaw2007-07-195-10/+2573
* Fix casting for attribute accessor generation. Add cast for string James Shaw2007-07-181-10/+24
* Take out lots of <assertEquals> code because it's broken, and needs James Shaw2007-07-171-8/+14
* Include utils.hJames Shaw2007-07-161-0/+1
* Partially implement method invocation. Should be sufficient to generate James Shaw2007-07-161-1/+64
* Implement TestObject class and other test utilities (testutils.h)John Mark Bell2007-07-154-3/+235
* Implement <load>. Extend <assertEquals> to handle equality test for James Shaw2007-07-151-20/+82
* Implement metadata function comment. Partially implement <assertEquals> James Shaw2007-07-141-35/+135