ChangeLog 5.2 KB

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