ChangeLog 8.7 KB

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