ChangeLog 8.0 KB

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