ChangeLog 2.7 KB

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