ChangeLog 3.5 KB

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