wintrust: Use path in WIN_TRUST_SUBJECT_FILE structure rather than assuming a path...
[wine] / dlls / msxml3 / tests /
2008-07-10  Piotr Cabanmsxml3: oldChild in xmlnode_removeChild may be NULL.
2008-07-10  Piotr Cabanmsxml3/tests: Added more tests to ISAXXMLReader_putCont...
2008-07-10  Francois Gougetmsxml3/tests: Add a trailing '\n' to ok() calls.
2008-07-09  Alexandre Julliardmsxml3/tests: Fix test cleanup.
2008-07-09  Piotr Cabanmsxml3: Skip the first XML declaration in file generate...
2008-07-09  Piotr Cabanmsxml3: Added test of files generated by IXMLDOMDocumen...
2008-07-09  Piotr Cabanmsxml3: Implemented xmlnode_get_ownerDocument.
2008-07-09  Piotr Cabanmsxml3/test: Added ISAXXMLReader test.
2008-07-08  Alexandre Julliardtests: Don't depend on the static uuid libraries in...
2008-07-03  Zhangrong Huangmsxml3/test: Fix a typo in test node_to_string().
2008-07-03  Alistair Leslie... msxml3: Added tests to check for invalid arguments.
2008-07-03  Piotr Cabanmsxml3/tests: Fix error messages.
2008-07-03  Piotr Cabanmsxml3/tests: Better error messages formatting.
2008-07-03  Alistair Leslie... msxml3: Added support to create an Attribute in createNode.
2008-07-02  Piotr Cabanmsxml3: Added IXMLDOMElement_getAttributeNode implement...
2008-07-02  Piotr Cabanmsxml3: Added IXMLDOMElement_getAttributeNode test.
2008-06-23  Dan Kegelmsxml3/tests: VT_EMPTY is not a string.
2008-06-20  Alistair Leslie... msxml3: Improved checking of failed case.
2008-06-09  Alistair Leslie... msxml3: Stop tests crashing under windows 98.
2008-06-06  Dan Kegelmsxml/tests: Use VariantInit, not VariantClear, to...
2008-05-26  Alistair Leslie... msxml3: Stopped tests from crashing and a Win98 fix.
2008-05-06  Francois Gougetmsxml3/tests: Add a trailing '\n' to an ok() call.
2008-04-30  Alexandre Julliardmakefiles: List the static libraries as normal imports...
2008-04-29  Alistair Leslie... msxml3: Implement IXMLDOMComment insertData.
2008-04-25  Alistair Leslie... msxml3: Corrected transformNode.
2008-04-21  Alistair Leslie... msxml3: Add tests for get_prefix and get_namespaceURI.
2008-04-17  Alistair Leslie... msxml3: Implement transformNode.
2008-04-09  Austin EnglishSpelling fixes.
2008-03-19  Francois GougetAssorted spelling fixes.
2008-03-13  Alistair Leslie... msxml3: Implemented IXMLDOMCDATASection_insertData.
2008-03-13  Alistair Leslie... msxml3: Implement IXMLDOMComment_appendData.
2008-03-13  Alistair Leslie... msxml3: Cannot use put_nodeValue on a IXMLDOMProcessing...
2008-03-12  Alistair Leslie... msxml3: Allow IXMLDOMDocument to save as another IXMLDO...
2008-03-11  Alistair Leslie... msxml3: Corrected double free in test.
2008-03-10  Alistair Leslie... msxml3: Implemented IXMLDOMText_insertData.
2008-03-10  Alistair Leslie... msxml3: Implement IXMLDOMCDATASection_appendData.
2008-03-10  Alistair Leslie... msxml3: Implement IXMLDOMCDATASection_substringData.
2008-03-10  Alistair Leslie... msxml3: Implement IXMLDOMComment_substringData.
2008-03-05  Alistair Leslie... msxml3: Stopped seg faults during regression tests...
2008-03-03  Francois GougetAssorted spelling, punctuation and case fixes.
2008-03-03  Alistair Leslie... msxml3: Implement IXMLDOMProcessingInstruction_get_node...
2008-03-03  Alistair Leslie... msxml3: Implmented IXMLDOMCDATASection_get_data.
2008-03-03  Alistair Leslie... msxml3: Implement IXMLDOMCDATASection_get_nodeValue.
2008-03-03  Alistair Leslie... msxml3: Implement IXMLDOMText_appendData.
2008-02-29  Alistair Leslie... msxml3: Implemented IXMLDOMText substringData.
2008-02-29  Alistair Leslie... msxml3: Correct IXMLDOMProcessingInstruction_put_data...
2008-02-28  Alistair Leslie... msxml3: Implement IXMLDOMComment_get_data.
2008-02-28  Alistair Leslie... msxml3: Implement IXMLDOMText_get_data.
2008-02-28  Alistair Leslie... msxml3: Implement IXMLDOMComment_get_nodeValue.
2008-02-27  Alistair Leslie... msxml3: Implement IXMLDOMCDATASection_get_length.
2008-02-27  Alistair Leslie... msxml3: Implement IXMLDOMComment_get_length.
2008-02-25  Alistair Leslie... msxml3: Tests for put_data.
2008-02-21  Alistair Leslie... msxml3: Added PI tests.
2008-02-20  Alistair Leslie... msxml3: Implement put_dataType.
2008-02-19  Alistair Leslie... msxml3: Implement IXMLDOMText length property.
2008-02-16  Alistair Leslie... msxml3: Implement IXMLDOMAttribute name property.
2008-02-16  Alistair Leslie... msxml3: Implement IXMLDOMProcessingInstruction target.
2008-02-12  Alistair Leslie... msxml3: Corrected tests for msxml service packs versions.
2008-02-08  Alistair Leslie... msxml3: Corrected test text.
2008-02-05  Reece H. Dunnmsxml3: Fix the domdoc test failures.
2008-02-04  Alistair Leslie... msxml3: Correct createElement return value for an inval...
2008-02-04  Alistair Leslie... msxml3: Corrected Entity Reference Test.
2008-02-04  Alistair Leslie... msxml3: Validated attribute name.
2008-01-22  Alistair Leslie... msxml3: Implement IXMLDOMEntityReference interface.
2008-01-21  Alistair Leslie... msxml3: Implement IXMLDOMDocumentFragment Interface.
2008-01-18  Alistair Leslie... msxml3: Implement IXMLDOMImplementation Interface.
2008-01-16  Alistair Leslie... msxml3: Implement get_nodeTypeString.
2008-01-16  Alistair Leslie... msxml3: Implement put_text.
2008-01-14  Alistair Leslie... msxml3: Corrected getAttribute to return current value...
2008-01-14  Alistair Leslie... msxml3: Implemented IXMLDOMCDATASection COM Object.
2008-01-14  Alistair Leslie... msxml3: Implement get_dataType.
2008-01-11  Marcus Meissnermsxml3: Move potential NULL ptr derefs into their if...
2008-01-11  Alistair Leslie... msxml3: Fix memory leak in test.
2008-01-09  Alistair Leslie... msxml3: get_attributes not supported for Attribute...
2008-01-09  Alistair Leslie... msxml3: previousSibling not supported for Attribute...
2008-01-09  Alistair Leslie... msxml3: createProcessingInstruction: Check arguments...
2008-01-09  Alistair Leslie... msxml3: lastChild not supported for CDATASection, Comme...
2008-01-09  Alistair Leslie... msxml3: nextSibling not supported for Attribute, Docume...
2008-01-07  Francois Gougetmsxml3/tests: Add the trailing '\n' to an ok() call.
2008-01-04  Alistair Leslie... msxml3: Tests for get_xml, createAttribute, CreateComme...
2008-01-04  Alistair Leslie... msxml3: Implement createAttribute.
2008-01-04  Alistair Leslie... msxml3: Implement createComment.
2008-01-03  Alistair Leslie... msxml3: Return E_INVALIDARG when value is NULL.
2007-12-24  Alistair Leslie... msxml3: Fix memory leaks in tests.
2007-12-14  Alistair Leslie... msxml3: Fix memory leak in tests.
2007-12-11  Alistair Leslie... msxml3: Fix memory leak in test.
2007-12-10  Alistair Leslie... msxml3: Fix memory leak.
2007-12-10  Alistair Leslie... msxml3: Fix memory leaks.
2007-12-07  Alistair Leslie... msxml3: Implement cloneNode.
2007-11-21  Alistair Leslie... msxml: Tests for createTextNode.
2007-11-21  Alistair Leslie... msxml: Added test for get_text.
2007-11-15  Alistair Leslie... msxml: Test for insertBefore with a NULL output parameter.
2007-11-15  Rob Shearmanmsxml3: Fix some memory leaks of name in test_xmldoc.
2007-11-13  Alistair Leslie... msxml3: Enable test for bad argument / fix memory leak.
2007-08-30  Francois GougetAssorted non-ANSI function declaration fixes (missing...
2007-07-19  Mikołaj Zalewskimsxml3/tests: Avoid a crash that happens on some native...
2007-05-29  Francois GougetAssorted spelling fixes.
2007-05-25  James Hawkinsmsxml3: Add tests for IXMLDocument.
2007-05-25  James Hawkinsmsxml3: Add tests for IXMLElement and IXMLElementCollec...
2007-05-18  Mikołaj Zalewskimsxml3: Add tests for XPath queries with namespaces.
next