ChangeLog 5.5 KB

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