ChangeLog 4.4 KB

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