| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- 2005-12-08 Atsushi Enomoto <[email protected]>
- * XmlSchemaSetTests.cs : added set_CompilationSettings tests.
- 2005-12-08 Atsushi Enomoto <[email protected]>
- * XmlSchemaSetTests.cs : added CompilationSettings tests.
- 2005-12-01 Atsushi Enomoto <[email protected]>
- * XmlSchemaTests.cs :
- Additional schema component to finish #76865 test.
- 2005-12-01 Atsushi Enomoto <[email protected]>
- * XmlSchemaTests.cs : added testcase for #76865.
- 2005-10-23 Atsushi Enomoto <[email protected]>
- * XmlSchemaTests.cs : some namespace output strategy seems changed
- in .NET 2.0 and they still make sense, so just mark them as
- NotDotNet and NotWorking under 2.0.
- 2005-09-30 Atsushi Enomoto <[email protected]>
- * XmlSchemaTests.cs : test for reader position after Read().
- 2005-08-31 Sebastien Pouliot <[email protected]>
- * XmlSchemaExceptionCas.cs: New. CAS unit tests for exception
- serialization.
- 2005-06-11 Atsushi Enomoto <[email protected]>
- * XmlSchemaCollectionTests.cs : added test for #75126.
- 2005-02-28 Atsushi Enomoto <[email protected]>
- * XmlSchemaTests.cs : just set NotWorking for trivial comparison tests.
- 2005-01-30 Nick Drochak <[email protected]>
- * XmlSchemaTests.cs: Use less strict test. Probably the order of the
- namespaces is not required to be in any particular order.
- 2004-01-11 Atsushi Enomoto <[email protected]>
- * XmlSchemaTests.cs : added TestWriteNamespaces2 ().
- 2004-09-13 Atsushi Enomoto <[email protected]>
- * XmlSchemaSetTests.cs : added.
- 2004-05-24 Atsushi Enomoto <[email protected]>
- * XmlSchemaBuiltInDataypeTests.cs : 'Z' is not allowed here (maybe it
- is 'T' that was wanted). More kind error message in Fail().
- 2004-05-05 Atsushi Enomoto <[email protected]>
- * XmlSchemaTests.cs : Added TestWriteNamespaces().
- 2004-03-31 Atsushi Enomoto <[email protected]>
- * Added XmlSchemaAssertion.cs.
- * XmlSchemaTests.cs : now uses XmlSchemaAssertion.
- 2004-01-03 Atsushi Enomoto <[email protected]>
- * XmlSchemaTests.cs : fixed file path. Added more tests.
- * added XmlSchemaCollectionTests.cs and XmlSchemaDatatypeTests.cs (the
- latter one's purpose overlaps with XmlSchemaBuiltInDatatypeTests ;)
- 2003-12-17 David Sheldon <[email protected]>
- * Added XmlSchemaBuiltInDatatypeTests.cs : Currently fails due to
- bug 52274.
- 2003-12-14 David Sheldon <[email protected]>
- * XmlSchemaLengthFacetTests.cs : Tests for non-integers failing
- as length facets, and changed the assert for the correct type.
- 2003-12-08 Atsushi Enomoto <[email protected]>
- * Added XmlSchemaLengthFacetTests.cs. (patch by David Sheldon.)
- 2003-07-21 Atsushi Enomoto <[email protected]>
- * XmlSchemaTests.cs : added sequence and particle tests to TestCompile()
- 2003-07-20 Atsushi Enomoto <[email protected]>
- * XmlSchemaTests.cs : added AssertComplexTypeContentExtension() and
- added related tests in TestCompile().
- 2003-07-19 Atsushi Enomoto <[email protected]>
- * XmlSchemaTests.cs : rewrote TestRead() and added TestCompile().
- 2003-04-12 Atsushi Enomoto <[email protected]>
- * added this file as a new entry.
- See ../ChangeLog to find former ChangeLog entries.
|