ChangeLog 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  1. 2009-06-05 Atsushi Enomoto <[email protected]>
  2. * XmlBinaryDictionaryReaderTest.cs : verify that end element has
  3. non-empty local name.
  4. 2009-05-29 Atsushi Enomoto <[email protected]>
  5. * XmlBinaryDictionaryWriterTest.cs : added test for failing duplicate
  6. namespace declaration in the same element context.
  7. 2009-05-29 Atsushi Enomoto <[email protected]>
  8. * XmlBinaryDictionaryWriterTest.cs : added test for writing xml/xmlns
  9. attributes with null namespace.
  10. 2009-05-19 Atsushi Enomoto <[email protected]>
  11. * XmlBinaryDictionaryReaderTest.cs : added test for utf16 chars.
  12. 2009-05-14 Atsushi Enomoto <[email protected]>
  13. * XmlBinaryWriterSession.cs : added test to verify that session is
  14. actually used in binary dictionary writer.
  15. 2009-04-02 Atsushi Enomoto <[email protected]>
  16. * XmlMtomDictionaryWriterTest.cs : new.
  17. 2009-03-31 Atsushi Enomoto <[email protected]>
  18. * XmlBinaryDictionaryReaderTest.cs: make tests more doubtful on
  19. state.
  20. 2009-03-31 Atsushi Enomoto <[email protected]>
  21. * XmlBinaryDictionaryReaderTest.cs: test array reader.
  22. 2009-03-31 Atsushi Enomoto <[email protected]>
  23. * XmlBinaryDictionaryWriterTest.cs : added test for array operation.
  24. 2009-03-31 Atsushi Enomoto <[email protected]>
  25. * XmlBinaryDictionaryReaderTest.cs,
  26. XmlBinaryDictionaryWriterTest.cs : added test for element with
  27. short prefix.
  28. 2009-03-27 Atsushi Enomoto <[email protected]>
  29. * XmlBinaryDictionaryWriterTest.cs : enabled QName test parts.
  30. 2009-03-27 Atsushi Enomoto <[email protected]>
  31. * XmlBinaryDictionaryWriterTest.cs: added test for shorthand
  32. prefixed attributes.
  33. 2009-03-26 Atsushi Enomoto <[email protected]>
  34. * XmlBinaryDictionaryWriterTest.cs: added QName test part, but
  35. disable since it does not work yet.
  36. 2009-03-25 Atsushi Enomoto <[email protected]>
  37. * XmlBinaryDictionaryReaderTest.cs : enable reader-session dependent
  38. tests.
  39. * XmlBinaryDictionaryReaderTest.cs : enable dummy-prefixed attributes
  40. tests.
  41. 2009-02-13 Jonathan Pryor <[email protected]>
  42. * UniqueIdTest.cs: Add tests for all members.
  43. 2009-02-13 Jonathan Pryor <[email protected]>
  44. * XmlDictionaryWriterTest.cs: Test WriteValue(IStreamProvider).
  45. 2009-02-13 Jonathan Pryor <[email protected]>
  46. * XmlDictionaryWriterTest.cs: Test WriteNode(XmlDictionaryReader),
  47. WriteNode(XmlReader), and WriteTextNode().
  48. 2009-02-12 Jonathan Pryor <[email protected]>
  49. * XmlDictionaryWriterTest.cs: Test WriteValue(Guid),
  50. WriteValue(TimeSpan), WriteValue(UniqueId).
  51. 2009-02-12 Jonathan Pryor <[email protected]>
  52. * XmlDictionaryWriterTest.cs: Added; test
  53. XmlDictionaryWriter.WriteElementString().
  54. 2009-02-11 Jonathan Pryor <[email protected]>
  55. * XmlDictionaryStringTest.cs: Added; tests for XmlDictionaryString.
  56. 2008-04-10 Eyal Alaluf <[email protected]>
  57. * XmlBinaryDictionaryWriterTest.cs: Tested binary writer WriteXmlnsAttributa
  58. with a null prefix.
  59. 2008-03-22 Atsushi Enomoto <[email protected]>
  60. * XmlBinaryDictionaryReaderTest.cs : it contained bogus multibyte
  61. characters, so replaced them with \uXXXX.
  62. Removed some NotWorking and FIXMEs.
  63. 2008-02-27 Eyal Alaluf <[email protected]>
  64. * XmlBinaryDictionaryReaderTest.cs: UseCase1 test fails also on .Net
  65. 2007-11-27 Atsushi Enomoto <[email protected]>
  66. * XmlBinaryDictionaryReaderTest.cs : added [NotWorking]
  67. 2007-07-27 Atsushi Enomoto <[email protected]>
  68. * XmlSimpleDictionaryWriterTest.cs : added test for null prefix case.
  69. 2007-03-30 Atsushi Enomoto <[email protected]>
  70. * XmlBinaryDictionaryReaderTest.cs : check if it reads nodes
  71. correctly, by comparing direct output to binary writer.
  72. 2007-03-19 Atsushi Enomoto <[email protected]>
  73. * XmlBinaryDictionaryWriterTest.cs : more WriteValue() cases.
  74. 2007-03-16 Atsushi Enomoto <[email protected]>
  75. * XmlBinaryDictionaryReaderTest.cs :
  76. ok, now we have pretty simple imports from writer tests so far.
  77. 2007-03-16 Atsushi Enomoto <[email protected]>
  78. * XmlBinaryDictionaryWriterTest.cs :
  79. WriteValue(Decimal) is working now.
  80. 2007-03-15 Atsushi Enomoto <[email protected]>
  81. * XmlBinaryDictionaryWriterTest.cs : added test for typed values.
  82. 2007-03-15 Atsushi Enomoto <[email protected]>
  83. * XmlBinaryDictionaryWriterTest.cs : removed debug code (UseCase2).
  84. 2007-03-15 Atsushi Enomoto <[email protected]>
  85. * XmlBinaryDictionaryWriterTest.cs : more code comments.
  86. 2007-03-15 Atsushi Enomoto <[email protected]>
  87. * XmlBinaryDictionaryWriterTest.cs : a few code comments and
  88. XmlDictionaryString.Key value test.
  89. 2007-03-15 Atsushi Enomoto <[email protected]>
  90. * XmlBinaryDictionaryWriterTest.cs : added more attribute tests.
  91. Reduced extra dictionary creation.
  92. 2007-03-14 Atsushi Enomoto <[email protected]>
  93. * XmlDictionaryReaderQuotasTest.cs : fixed test class name.
  94. * XmlBinaryDictionaryWriterTest.cs : added a bunch of tests. Many
  95. tests still fail. They are going to be fixed.
  96. * XmlBinaryWriterSessionTest.cs : new test.
  97. 2007-03-14 Atsushi Enomoto <[email protected]>
  98. * XmlDictionaryTest.cs : removed pointless test-breaking return.
  99. Added test for Add() and key index. Added test for Empty.
  100. * XmlSimpleDictionaryWriterTest.cs : in .NET 3.0 RTM processing
  101. instructions are supported.
  102. 2007-03-09 Atsushi Enomoto <[email protected]>
  103. * XmlDictionaryReaderAbstractTest.cs : added array reader tests.
  104. * XmlSimpleDictionaryWriterTest.cs : added WriteBooleanArray().
  105. 2006-07-31 Ankit Jain <[email protected]>
  106. * UniqueIdTest.cs: Add new tests.
  107. 2006-07-31 Atsushi Enomoto <[email protected]>
  108. * UniqueIdTest.cs : enable it.
  109. 2006-07-18 Atsushi Enomoto <[email protected]>
  110. * XmlDictionaryReaderQuotasTest.cs : fix build.
  111. 2006-03-03 Atsushi Enomoto <[email protected]>
  112. * XmlSimpleDictionaryWriterTest.cs : AttributeNamespacesXmlnsXmlns()
  113. is updated to match XmlTextWriter test.
  114. 2006-02-08 Atsushi Enomoto <[email protected]>
  115. * UniqueIdTest.cs :
  116. It should not be in System.ServiceModel.dll test.
  117. 2006-01-17 Atsushi Enomoto <[email protected]>
  118. * XmlSimpleDictionaryWriterTest.cs : changed expected exceptions.
  119. Fixed one NotDotNet case (to match 2.0 RTM).
  120. 2005-10-24 Atsushi Enomoto <[email protected]>
  121. oops, bad file name. s:/Reader/Writer/.
  122. 2005-10-24 Atsushi Enomoto <[email protected]>
  123. * XmlBinaryDictionaryWriterTest.cs : new file.
  124. 2005-10-24 Atsushi Enomoto <[email protected]>
  125. * XmlSimpleDictionaryWriterTest.cs : added test for WriteXmlAttribute()
  126. and WriteXmlnsAttribute().
  127. 2005-10-24 Atsushi Enomoto <[email protected]>
  128. * XmlDictionaryReaderAbstractTest.cs,
  129. XmlSimpleDictionaryWriterTest.cs : new files.
  130. 2005-10-24 Atsushi Enomoto <[email protected]>
  131. * XmlDictionaryReaderQuotasTest.cs, XmlDictionaryTest.cs : copyrights.
  132. 2005-10-23 Atsushi Enomoto <[email protected]>
  133. * XmlDictionaryReaderQuotasTest.cs : new test.
  134. 2005-10-05 Atsushi Enomoto <[email protected]>
  135. * XmlDictionaryTest.cs : new file.