ChangeLog 7.3 KB

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