ChangeLog 8.6 KB

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