ChangeLog 5.4 KB

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