ChangeLog 2.1 KB

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