ChangeLog 1.7 KB

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