ChangeLog 1.3 KB

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