ChangeLog 6.7 KB

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