| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- 2003-07-01 Martin Willemoes Hansen <[email protected]>
- * XmlTextWriterTests.cs: Made use of ExpectedException
- 2003-07-01 Martin Willemoes Hansen <[email protected]>
- * Made tests which expect an exception use the
- ExpectedException Attribute.
- 2003-06-20 Atsushi Enomoto <[email protected]>
- * added XmlUrlResolverTests.cs.
- 2003-06-16 Atsushi Enomoto <[email protected]>
- * added XmlCharTests.cs(separated XmlChar tests from XmlTextReaderTests)
- * XmlTextReaderTests.cs : added ExternalDocument() which will result
- in BaseURI test and DTD parameter entity test.
- 2003-06-16 Atsushi Enomoto <[email protected]>
- * XmlReaderCommonTests.cs : EmptyElementWithTwoAttributes() is now
- EmptyElementWithAttributes() and was added namespaced attribute tests.
- * XmlTextWriterTests.cs : added WriteWhitespace().
- 2003-06-10 Zoltan Varga <[email protected]>
- * XmlDocumentTests.cs: New test for null prefix and namespaceURI in
- CreateAttribute.
- 2003-06-01 Atsushi Enomoto <[email protected]>
- * XmlConvertTests.cs : added VerifyNCName().
- 2003-05-18 Atsushi Enomoto <[email protected]>
- * XmlTextWriterTests.cs : added FlushDoesnTCloseTag() and
- WriteWhitespaceCloseTag() (patch by Jonathan Hogg).
- added more tests to AttributeWriteAttributeString().
- * XmlAttributeTests.cs : SetInnerTextAndXml() rewrite.
- 2003-05-16 Atsushi Enomoto <[email protected]>
- * XmlAttributeTests.cs : added NamespaceAttributes() and WriteTo().
- * XmlDocumentTests.cs : fixed invalid xml of DocumentWithDoctypeDecl()
- and not well-formed xml of OuterXmlWithDefaultXmlns().
- * XmlElementTests.cs : added IsEmpty(). fixed not well-formed xml of
- WriteToWithDefaultNamespace().
- * XmlNodeReaderTests.cs : fixed incorrect result expectation of
- ReadInnerXmlWrongInit().
- * XmlNodeTets.cs : applied USE_VERSION_1_1 for InsertBefore()/-After().
- * XmlReaderCommonTests.cs,
- XmlTextReaderTests.cs : moved EntityReference() and EntityReference-
- InsideText() to XmlTextReaderTests.cs, since XmlNodeReader is expected
- to resolve these entity references.
- * XmlTextWriterTests.cs : removed English-dependent error message check.
- fixed incorrect state-check ignorant blocks of WriteAttributes ().
- * XmlWriterTests.cs : modified WriteNodeFullDocument() and WriteNode-
- XmlDecl() as MS.NET results in.
- 2003-05-13 Martin Willemoes Hansen <[email protected]>
- * Tests inherits from Assertion and Assertion. prefixes removed
- 2003-05-05 Atsushi Enomoto <[email protected]>
- * added XmlConvertTests.cs.
- 2003-04-29 Atsushi Enomoto <[email protected]>
- * XmlAttributeTests.cs : added WriteTo.
- * XmlReaderCommonTests.cs,
- XmlTextReader.cs : fixed ReadInnerXml (check correct position.)
- Reverted EmptyElementWithStartAndEndTag, EmptyElementWithAttribute,
- and StartAndEndTagWithAttribute to XmlTextReaderTests.cs (because
- they requires IsEmptyElement = false, which is always true for
- XmlNodeReader).
- 2003-04-27 Atsushi Enomoto <[email protected]>
- * XmlReaderCommonTests.cs,
- XmlTextReaderTests.cs : Moved many tests to CommonTests.
- 2003-04-25 Atsushi Enomoto <[email protected]>
- * XmlWriterTests.cs : added some WriteNode() related testcases.
- 2003-04-13 Atsushi Enomoto <[email protected]>
- * XmlTextReaderTests.cs: quick fix to comment out TestExternalDocument.
- * XmlDocumentTests.cs : quick fix to comment out LoadExternalUri and
- LoadDocumentWithIgnoreSection.
- 2003-04-12 Atsushi Enomoto <[email protected]>
- * added this file as a new entry.
- See ../ChangeLog to find ChangeLog entries before than this day.
|