2
0

ChangeLog 1.6 KB

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