ChangeLog 2.5 KB

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