ChangeLog 7.0 KB

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