ChangeLog 2.0 KB

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