ChangeLog 2.9 KB

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