Francois Gouget
|
ca64f7c75a
|
msxml3/tests: Add the trailing '\n' to an ok() call.
|
2008-01-07 12:37:02 +01:00 |
Alistair Leslie-Hughes
|
667df8e47f
|
msxml3: Tests for get_xml, createAttribute, CreateComment, setNamedItem.
|
2008-01-04 12:00:41 +01:00 |
Alistair Leslie-Hughes
|
300191d58c
|
msxml3: Implement createAttribute.
|
2008-01-04 11:58:39 +01:00 |
Alistair Leslie-Hughes
|
2e3f5243ca
|
msxml3: Implement createComment.
|
2008-01-04 11:58:16 +01:00 |
Alistair Leslie-Hughes
|
7c1a7491ec
|
msxml3: Return E_INVALIDARG when value is NULL.
|
2008-01-03 13:30:41 +01:00 |
Alistair Leslie-Hughes
|
3b43ea73ef
|
msxml3: Fix memory leaks in tests.
|
2007-12-24 13:31:02 +01:00 |
Alistair Leslie-Hughes
|
497c2949c7
|
msxml3: Fix memory leak in tests.
|
2007-12-14 12:26:33 +01:00 |
Alistair Leslie-Hughes
|
93b6476671
|
msxml3: Fix memory leak in test.
|
2007-12-11 12:09:22 +01:00 |
Alistair Leslie-Hughes
|
3fcc0cae51
|
msxml3: Fix memory leak.
|
2007-12-10 12:35:55 +01:00 |
Alistair Leslie-Hughes
|
e3bfe193ca
|
msxml3: Fix memory leaks.
|
2007-12-10 12:27:18 +01:00 |
Alistair Leslie-Hughes
|
86af5b9754
|
msxml3: Implement cloneNode.
|
2007-12-07 17:36:01 +01:00 |
Alistair Leslie-Hughes
|
f35673e9e9
|
msxml: Tests for createTextNode.
|
2007-11-21 12:55:35 +01:00 |
Alistair Leslie-Hughes
|
9845a9ced4
|
msxml: Added test for get_text.
|
2007-11-21 12:54:25 +01:00 |
Alistair Leslie-Hughes
|
9c657b26af
|
msxml: Test for insertBefore with a NULL output parameter.
|
2007-11-15 11:11:27 +01:00 |
Rob Shearman
|
76d0cab17d
|
msxml3: Fix some memory leaks of name in test_xmldoc.
|
2007-11-15 11:07:25 +01:00 |
Alistair Leslie-Hughes
|
fad20c9ce0
|
msxml3: Enable test for bad argument / fix memory leak.
|
2007-11-13 15:06:11 +01:00 |
Francois Gouget
|
2993785f3a
|
Assorted non-ANSI function declaration fixes (missing void).
|
2007-08-30 11:57:18 +02:00 |
Mikołaj Zalewski
|
3c29359286
|
msxml3/tests: Avoid a crash that happens on some native systems.
|
2007-07-19 13:22:28 +02:00 |
Francois Gouget
|
fa48cb042c
|
Assorted spelling fixes.
|
2007-05-29 13:47:18 +02:00 |
James Hawkins
|
e24667cc6e
|
msxml3: Add tests for IXMLDocument.
|
2007-05-25 20:12:38 +02:00 |
James Hawkins
|
9c04d0d8ca
|
msxml3: Add tests for IXMLElement and IXMLElementCollection.
|
2007-05-25 20:12:27 +02:00 |
Mikołaj Zalewski
|
37ea00731a
|
msxml3: Add tests for XPath queries with namespaces.
|
2007-05-18 19:59:52 +02:00 |
Mikołaj Zalewski
|
b5c1d274c5
|
msxml3: For queries the get_item should change the current position.
|
2007-05-18 19:59:45 +02:00 |
Mikołaj Zalewski
|
e1cbec75c1
|
msxml3: Improve the XPath queries handling.
|
2007-05-18 14:50:21 +02:00 |
Mikołaj Zalewski
|
bf3849ad6f
|
msxml3: Implement IXMLDOMDocument2::setProperty("SelectionLanguage", ...).
|
2007-05-14 14:22:08 +02:00 |
Stefan Huehner
|
4d1d01f266
|
Mark several functions as static.
|
2007-03-13 13:35:12 +01:00 |
Huw Davies
|
1780ca678c
|
msxml3: Implement {get,putref}_schemas.
|
2007-02-28 13:28:18 +01:00 |
Huw Davies
|
c30c6e23ba
|
msxml3: Add a schema cache object.
|
2007-02-28 13:28:13 +01:00 |
Huw Davies
|
9ceb5a3ea7
|
msxml3: Convert the domdoc object to use the IXMLDOMDocument2 interface.
|
2007-02-26 17:33:45 +01:00 |
Paul Vriens
|
695fa7542a
|
msxml3/tests: Cast-qual warning fixes.
|
2007-01-24 11:59:08 +01:00 |
Colin Pitrat
|
f57bf10024
|
msxml: nextNode and reset functions.
|
2006-12-29 12:49:40 +01:00 |
Rob Shearman
|
588e423bde
|
msxml3: Add a simple test for XMLHTTP.
|
2006-12-28 12:23:45 +01:00 |
Marcus Meissner
|
f0280cbd1e
|
made functions and variables static in some testcases.
|
2006-12-11 12:18:29 +01:00 |
Huw Davies
|
9e1284df23
|
msxml3: Add the CLSID_DOMDocument define in msxml2.idl to match the PSDK.
|
2006-11-14 11:42:17 +01:00 |
Hans Leidekker
|
fe1f3b0da5
|
msxml3/tests: Win64 printf format warning fixes.
|
2006-10-13 14:49:46 +02:00 |
Michael Stefaniuc
|
85ce5117c5
|
Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int.
|
2006-09-29 16:08:30 +02:00 |
Dan Hipschman
|
47b6d3a1e3
|
msxml3: Fix IXMLDOMNamedNodeMap_getNamedItem() conformance on error.
|
2006-09-21 11:26:25 +02:00 |
Alexandre Julliard
|
32ab895e46
|
makefiles: Generate the dependencies line to avoid some code duplication.
|
2006-09-14 09:38:16 +02:00 |
Huw Davies
|
a307901ac0
|
msxml3: removeChild should catch a NULL child node.
|
2006-07-19 09:38:35 +02:00 |
Huw Davies
|
120e808f13
|
msxml3: Add a test to check that selectSingleNode returns a NULL-ptr when it doesn't find a match.
|
2006-07-19 09:38:29 +02:00 |
Huw Davies
|
187ab1c028
|
msxml3: Implement removeChild.
|
2006-07-11 12:05:06 +02:00 |
Alexandre Julliard
|
0fa8baafcb
|
make_dlls: Recursively ignore .ok files in all tests directories.
|
2006-07-10 21:26:50 +02:00 |
Alexandre Julliard
|
edd100b899
|
make_dlls: Recursively ignore testlist.c in all tests directories.
|
2006-07-10 21:19:42 +02:00 |
Alexandre Julliard
|
cc2b3b48e6
|
Take advantage of the recursive nature of .gitignore for Makefile entries.
Prefix other entries with '/' to make them non-recursive.
|
2006-07-10 20:47:54 +02:00 |
Huw Davies
|
54c85d3d04
|
msxml3: Always have a libxml doc associated with a domdoc object, even if the object has no nodes.
This means we don't need to add checks for NULL libxml node ptrs in our node implementation.
|
2006-06-27 21:14:02 +02:00 |
Robert Shearman
|
79b2742120
|
msxml3: Fix domelem_get_tagName to return a string with the namespace prefixed, if it is present.
|
2006-06-12 15:56:23 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Huw Davies
|
4eb389bbdf
|
msxml3: Fix for empty node lists.
|
2006-02-24 11:21:37 +01:00 |
Huw Davies
|
04d5d0a630
|
msxml3: Fix get_text on text nodes.
|
2006-02-16 19:33:39 +01:00 |
Huw Davies
|
1c3daceb00
|
msxml: Implement getElementsByTagName.
|
2006-02-14 10:38:21 +01:00 |