ChangeLog 2.2 KB

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