ChangeLog 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. 2004-05-05 Atsushi Enomoto <[email protected]>
  2. * XmlSchemaTests.cs : Added TestWriteNamespaces().
  3. 2004-03-31 Atsushi Enomoto <[email protected]>
  4. * Added XmlSchemaAssertion.cs.
  5. * XmlSchemaTests.cs : now uses XmlSchemaAssertion.
  6. 2004-01-03 Atsushi Enomoto <[email protected]>
  7. * XmlSchemaTests.cs : fixed file path. Added more tests.
  8. * added XmlSchemaCollectionTests.cs and XmlSchemaDatatypeTests.cs (the
  9. latter one's purpose overlaps with XmlSchemaBuiltInDatatypeTests ;)
  10. 2003-12-17 David Sheldon <[email protected]>
  11. * Added XmlSchemaBuiltInDatatypeTests.cs : Currently fails due to
  12. bug 52274.
  13. 2003-12-14 David Sheldon <[email protected]>
  14. * XmlSchemaLengthFacetTests.cs : Tests for non-integers failing
  15. as length facets, and changed the assert for the correct type.
  16. 2003-12-08 Atsushi Enomoto <[email protected]>
  17. * Added XmlSchemaLengthFacetTests.cs. (patch by David Sheldon.)
  18. 2003-07-21 Atsushi Enomoto <[email protected]>
  19. * XmlSchemaTests.cs : added sequence and particle tests to TestCompile()
  20. 2003-07-20 Atsushi Enomoto <[email protected]>
  21. * XmlSchemaTests.cs : added AssertComplexTypeContentExtension() and
  22. added related tests in TestCompile().
  23. 2003-07-19 Atsushi Enomoto <[email protected]>
  24. * XmlSchemaTests.cs : rewrote TestRead() and added TestCompile().
  25. 2003-04-12 Atsushi Enomoto <[email protected]>
  26. * added this file as a new entry.
  27. See ../ChangeLog to find former ChangeLog entries.