ChangeLog 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. 2008-04-10 Eyal Alaluf <[email protected]>
  2. * XmlBinaryDictionaryWriterTest.cs: Tested binary writer WriteXmlnsAttributa
  3. with a null prefix.
  4. 2008-03-22 Atsushi Enomoto <[email protected]>
  5. * XmlBinaryDictionaryReaderTest.cs : it contained bogus multibyte
  6. characters, so replaced them with \uXXXX.
  7. Removed some NotWorking and FIXMEs.
  8. 2008-02-27 Eyal Alaluf <[email protected]>
  9. * XmlBinaryDictionaryReaderTest.cs: UseCase1 test fails also on .Net
  10. 2007-11-27 Atsushi Enomoto <[email protected]>
  11. * XmlBinaryDictionaryReaderTest.cs : added [NotWorking]
  12. 2007-07-27 Atsushi Enomoto <[email protected]>
  13. * XmlSimpleDictionaryWriterTest.cs : added test for null prefix case.
  14. 2007-03-30 Atsushi Enomoto <[email protected]>
  15. * XmlBinaryDictionaryReaderTest.cs : check if it reads nodes
  16. correctly, by comparing direct output to binary writer.
  17. 2007-03-19 Atsushi Enomoto <[email protected]>
  18. * XmlBinaryDictionaryWriterTest.cs : more WriteValue() cases.
  19. 2007-03-16 Atsushi Enomoto <[email protected]>
  20. * XmlBinaryDictionaryReaderTest.cs :
  21. ok, now we have pretty simple imports from writer tests so far.
  22. 2007-03-16 Atsushi Enomoto <[email protected]>
  23. * XmlBinaryDictionaryWriterTest.cs :
  24. WriteValue(Decimal) is working now.
  25. 2007-03-15 Atsushi Enomoto <[email protected]>
  26. * XmlBinaryDictionaryWriterTest.cs : added test for typed values.
  27. 2007-03-15 Atsushi Enomoto <[email protected]>
  28. * XmlBinaryDictionaryWriterTest.cs : removed debug code (UseCase2).
  29. 2007-03-15 Atsushi Enomoto <[email protected]>
  30. * XmlBinaryDictionaryWriterTest.cs : more code comments.
  31. 2007-03-15 Atsushi Enomoto <[email protected]>
  32. * XmlBinaryDictionaryWriterTest.cs : a few code comments and
  33. XmlDictionaryString.Key value test.
  34. 2007-03-15 Atsushi Enomoto <[email protected]>
  35. * XmlBinaryDictionaryWriterTest.cs : added more attribute tests.
  36. Reduced extra dictionary creation.
  37. 2007-03-14 Atsushi Enomoto <[email protected]>
  38. * XmlDictionaryReaderQuotasTest.cs : fixed test class name.
  39. * XmlBinaryDictionaryWriterTest.cs : added a bunch of tests. Many
  40. tests still fail. They are going to be fixed.
  41. * XmlBinaryWriterSessionTest.cs : new test.
  42. 2007-03-14 Atsushi Enomoto <[email protected]>
  43. * XmlDictionaryTest.cs : removed pointless test-breaking return.
  44. Added test for Add() and key index. Added test for Empty.
  45. * XmlSimpleDictionaryWriterTest.cs : in .NET 3.0 RTM processing
  46. instructions are supported.
  47. 2007-03-09 Atsushi Enomoto <[email protected]>
  48. * XmlDictionaryReaderAbstractTest.cs : added array reader tests.
  49. * XmlSimpleDictionaryWriterTest.cs : added WriteBooleanArray().
  50. 2006-07-31 Ankit Jain <[email protected]>
  51. * UniqueIdTest.cs: Add new tests.
  52. 2006-07-31 Atsushi Enomoto <[email protected]>
  53. * UniqueIdTest.cs : enable it.
  54. 2006-07-18 Atsushi Enomoto <[email protected]>
  55. * XmlDictionaryReaderQuotasTest.cs : fix build.
  56. 2006-03-03 Atsushi Enomoto <[email protected]>
  57. * XmlSimpleDictionaryWriterTest.cs : AttributeNamespacesXmlnsXmlns()
  58. is updated to match XmlTextWriter test.
  59. 2006-02-08 Atsushi Enomoto <[email protected]>
  60. * UniqueIdTest.cs :
  61. It should not be in System.ServiceModel.dll test.
  62. 2006-01-17 Atsushi Enomoto <[email protected]>
  63. * XmlSimpleDictionaryWriterTest.cs : changed expected exceptions.
  64. Fixed one NotDotNet case (to match 2.0 RTM).
  65. 2005-10-24 Atsushi Enomoto <[email protected]>
  66. oops, bad file name. s:/Reader/Writer/.
  67. 2005-10-24 Atsushi Enomoto <[email protected]>
  68. * XmlBinaryDictionaryWriterTest.cs : new file.
  69. 2005-10-24 Atsushi Enomoto <[email protected]>
  70. * XmlSimpleDictionaryWriterTest.cs : added test for WriteXmlAttribute()
  71. and WriteXmlnsAttribute().
  72. 2005-10-24 Atsushi Enomoto <[email protected]>
  73. * XmlDictionaryReaderAbstractTest.cs,
  74. XmlSimpleDictionaryWriterTest.cs : new files.
  75. 2005-10-24 Atsushi Enomoto <[email protected]>
  76. * XmlDictionaryReaderQuotasTest.cs, XmlDictionaryTest.cs : copyrights.
  77. 2005-10-23 Atsushi Enomoto <[email protected]>
  78. * XmlDictionaryReaderQuotasTest.cs : new test.
  79. 2005-10-05 Atsushi Enomoto <[email protected]>
  80. * XmlDictionaryTest.cs : new file.