ChangeLog 6.1 KB

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