ChangeLog 2.3 KB

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