Commit graph

302 commits

Author SHA1 Message Date
Alexandre Julliard
79c64acc7b tests: Don't depend on the static uuid libraries in the tests.
This avoids trouble with the broken MingW libraries when
cross-compiling the tests.
2008-07-08 17:51:45 +02:00
Zhangrong Huang
86a0643df8 msxml3/test: Fix a typo in test node_to_string(). 2008-07-03 13:08:19 +02:00
Alistair Leslie-Hughes
746cdb4a6d msxml3: Added tests to check for invalid arguments. 2008-07-03 13:08:18 +02:00
Alistair Leslie-Hughes
01bd1c17c8 msxml3: Added checks for invalid arguments in nodelist. 2008-07-03 13:08:18 +02:00
Alistair Leslie-Hughes
212335e0b8 msxml3: Added checks for invalid arguments in queryresult. 2008-07-03 13:08:18 +02:00
Alistair Leslie-Hughes
13f202a6e9 msxml3: Use libxml macros to get the length of a set. 2008-07-03 13:08:18 +02:00
Piotr Caban
0781daba7a msxml3/tests: Fix error messages. 2008-07-03 13:08:18 +02:00
Piotr Caban
66eca8b3d6 msxml3/tests: Better error messages formatting. 2008-07-03 13:08:18 +02:00
Alistair Leslie-Hughes
d659e63d73 msxml3: Added support to create an Attribute in createNode. 2008-07-03 11:50:51 +02:00
Piotr Caban
c0661fdb90 msxml3: Added IXMLDOMElement_getAttributeNode implementation. 2008-07-02 11:37:09 +02:00
Piotr Caban
bd4e7379ae msxml3: Added IXMLDOMElement_getAttributeNode test. 2008-07-02 11:37:05 +02:00
Alistair Leslie-Hughes
1fc1bb654d msxml3: Added support for creating DOMFreeThreadedDocument. 2008-06-27 11:40:17 +02:00
Dan Kegel
578870bc4d msxml3/tests: VT_EMPTY is not a string. 2008-06-23 12:46:29 +02:00
Alistair Leslie-Hughes
56d5332285 msxml3: Improved checking of failed case. 2008-06-20 12:39:44 +02:00
Andrew Talbot
3aa36b53ca msxml3: Constify some variables. 2008-06-20 12:22:55 +02:00
Alexandre Julliard
5a849d31cf msxml3: Fix a compile error without xml headers. 2008-06-11 20:02:49 +02:00
Alistair Leslie-Hughes
558ae52cc4 msxml3: Stop tests crashing under windows 98. 2008-06-09 19:09:29 +02:00
Dan Kegel
d38dc0233a msxml/tests: Use VariantInit, not VariantClear, to initialize new variants. 2008-06-06 10:28:42 +02:00
Alistair Leslie-Hughes
6a90c5890c msxml3: Stopped tests from crashing and a Win98 fix. 2008-05-26 17:55:19 +02:00
Francois Gouget
9787d68941 msxml3/tests: Add a trailing '\n' to an ok() call. 2008-05-06 16:10:04 +02:00
Alexandre Julliard
dad21bbcbf makefiles: List the static libraries as normal imports instead of extra libs. 2008-04-30 14:23:55 +02:00
Eric Pouech
21171c403f janitorial: Prototype func() should be func(void). 2008-04-30 13:45:23 +02:00
Alistair Leslie-Hughes
ad1f05f961 msxml3: Implement IXMLDOMComment insertData. 2008-04-29 14:58:11 +02:00
Alistair Leslie-Hughes
f4a797e90b msxml3: Implement IObjectSafety for IXMLDOMDocument2. 2008-04-29 14:58:02 +02:00
Alistair Leslie-Hughes
af80b06f0f msxml3: Implement IDispatch for IXMLDOMNode. 2008-04-29 14:57:47 +02:00
Alistair Leslie-Hughes
340f34ddf6 msxml3: Added IObjectWithSite support in IXMLDOMDocument2. 2008-04-28 14:31:10 +02:00
Alistair Leslie-Hughes
42db8b439f msxml3: Corrected transformNode. 2008-04-25 14:47:55 +02:00
Alexandre Julliard
8ebe988d2e Add makedep magic comments for typelibs in resource files. 2008-04-24 22:14:21 +02:00
Alistair Leslie-Hughes
c3e9780d22 msxml3: Corrected IXMLDOMComment appendData with a broken xmlTextConcat function. 2008-04-21 12:10:37 +02:00
Alistair Leslie-Hughes
38634f0eb9 msxml3: Implement get_prefix. 2008-04-21 12:10:37 +02:00
Alistair Leslie-Hughes
a430b37355 msxml3: Add tests for get_prefix and get_namespaceURI. 2008-04-21 12:10:37 +02:00
Alistair Leslie-Hughes
8842ccb636 msxml3: Implement get_namespaceURI. 2008-04-21 12:10:37 +02:00
Lei Zhang
9d7f7bfc5e msxml3: Check for xsltInit before calling it. 2008-04-18 13:57:15 +02:00
Alistair Leslie-Hughes
880bacb5f1 msxml3: Implement transformNode. 2008-04-17 12:25:29 +02:00
Austin English
05faae7b5a Spelling fixes. 2008-04-09 12:07:39 +02:00
Piotr Caban
4fb786a355 msxml3: Added fixmes to stubs. 2008-04-01 11:29:34 +02:00
Piotr Caban
c1f3339557 msxml3: Added SAXXMLReader registration. 2008-04-01 11:29:31 +02:00
Andrew Talbot
7142fc1634 msxml3: Remove superfluous semicolon. 2008-04-01 11:29:14 +02:00
Alistair Leslie-Hughes
9a7b81be9a msxml3: Correct IXMLDOMCDATASection appendData. 2008-03-27 11:05:56 +01:00
Alistair Leslie-Hughes
d9b1bf541f msxml3: Correct IXMLDOMComment appendData. 2008-03-27 11:05:53 +01:00
Alistair Leslie-Hughes
d3597f5e13 msxml3: Correct IXMLDOMText appendData. 2008-03-27 11:05:50 +01:00
Alistair Leslie-Hughes
b478ec0027 msxml3: Correct SAXXMLReader_create. 2008-03-26 11:21:14 +01:00
Lei Zhang
724d4b1fad msxml3: Fix compiles for systems without libxml2. 2008-03-26 10:33:21 +01:00
Marcus Meissner
5fd2e6e7b1 msxml3: Fixed include of SAX.h. 2008-03-25 16:14:11 +01:00
Alistair Leslie-Hughes
264be58812 msxml3: Added support for SAXXMLReader. 2008-03-25 11:45:55 +01:00
Alistair Leslie-Hughes
20f8d63964 msxml3: Added typelib ids for SAX interfaces. 2008-03-25 11:45:51 +01:00
Francois Gouget
304b415284 Assorted spelling fixes. 2008-03-19 11:21:27 +01:00
Alistair Leslie-Hughes
8746e38758 msxml3: Implemented IXMLDOMCDATASection_insertData. 2008-03-13 20:21:15 +01:00
Alistair Leslie-Hughes
9b3234eb35 msxml3: Implement IXMLDOMComment_appendData. 2008-03-13 20:21:02 +01:00
Alistair Leslie-Hughes
52f6a33a85 msxml3: Cannot use put_nodeValue on a IXMLDOMProcessingInstruction node whose target is xml. 2008-03-13 11:31:32 +01:00