ChangeLog 7.4 KB

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