ChangeLog 1.8 KB

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