ChangeLog 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. 2006-12-20 Chris Toshok <[email protected]>
  2. * ComplexBindingPropertiesAttributeTest.cs: new tests.
  3. 2006-12-19 Chris Toshok <[email protected]>
  4. * PropertyDescriptorTests.cs: add some tests here because we were
  5. generating an NRE for a missing type converter type. MS doesn't -
  6. it instead falls back to the converter for the property type.
  7. 2006-12-06 Chris Toshok <[email protected]>
  8. * PropertyDescriptorTests.cs: add a test to see if
  9. ShouldSerializeValue's return value affects CanResetValue.
  10. 2006-12-06 Chris Toshok <[email protected]>
  11. * PropertyDescriptorTests.cs: add a test for ShouldSerializeValue
  12. and CanResetValue on a class without ShouldSerialize/Reset
  13. methods.
  14. 2006-12-06 Chris Toshok <[email protected]>
  15. * PropertyDescriptorTests.cs: flesh out these tests more with some
  16. for ShouldSerialize and CanReset.
  17. 2006-11-08 Sebastien Pouliot <[email protected]>
  18. * CollectionConverterTest.cs: More test cases.
  19. 2006-11-08 Gert Driesen <[email protected]>
  20. * ArrayConverterTests.cs: Added tests for ArrayConverter.
  21. 2006-11-07 Sebastien Pouliot <[email protected]>
  22. * CollectionConverterTest.cs: New. Some unit tests done while tracking
  23. an issue.
  24. 2006-09-11 Gonzalo Paniagua Javier <[email protected]>
  25. * System.ComponentModel/ContainerTest.cs: new test.
  26. 2006-09-11 Gonzalo Paniagua Javier <[email protected]>
  27. * TypeDescriptorTests.cs: test for overriden attributes.
  28. Patch by Ivan N. Zlatev.
  29. 2006-05-22 Atsushi Enomoto <[email protected]>
  30. * TypeDescriptorTest.cs : added GetPropertiesIgnoreIndexers().
  31. 2006-04-25 Atsushi Enomoto <[email protected]>
  32. * ByteConverterTests.cs,
  33. DecimalConverterTests.cs,
  34. DoubleConverterTests.cs,
  35. Int16ConverterTests.cs,
  36. Int64ConverterTests.cs,
  37. SByteConverterTests.cs,
  38. SingleConverterTests.cs,
  39. UInt16ConverterTests.cs,
  40. UInt32ConverterTests.cs,
  41. UInt64ConverterTests.cs:
  42. ConvertToString() (test with custom culture) failed on .NET 2.0.
  43. Fixed it by adding NumberFormat override in each test culture.
  44. 2006-03-11 Gert Driesen <[email protected]>
  45. * TypeDescriptorTests.cs: Added test for bug #76686.
  46. 2006-02-23 Andrew Skiba <[email protected]>
  47. * standalone_tests: TypeDescriptor performance test
  48. 2006-01-31 Gonzalo Paniagua Javier <[email protected]>
  49. * ContainerTest.cs: new test.
  50. 2005-09-29 Raja R Harinath <[email protected]>
  51. * DateTimeConverterTests.cs (ConvertTo_MaxValue): Disable tests
  52. that require CurrentCulture _not_ to be InvariantCulture.
  53. (ConvertToString_MaxValue): Likewise.
  54. 2005-09-19 Gert Driesen <[email protected]>
  55. * TypeConverterTests.cs: Added tests for TypeConverter.
  56. * PropertyDescriptorCollection.cs: Added tests for PropertyDescriptor
  57. Collection.
  58. 2005-08-28 Gert Driesen <[email protected]>
  59. * DateTimeConverterTests.cs: Added tests for DateTimeConverter.
  60. 2005-08-26 Gert Driesen <[email protected]>
  61. * ByteConverterTests.cs: Added ConvertToString and ConvertFromString
  62. tests with culture that has overriden GetFormat for NumberFormatInfo.
  63. * DecimalConverterTests.cs: same.
  64. * DoubleConverterTests.cs: same.
  65. * Int16ConverterTests.cs: same.
  66. * Int32ConverterTests.cs: same.
  67. * Int64ConverterTests.cs: same.
  68. * SByteConverterTests.cs: same.
  69. * SingleConverterTests.cs: same.
  70. * UInt16ConverterTests.cs: same.
  71. * UInt32ConverterTests.cs: same.
  72. * UInt64ConverterTests.cs: same.
  73. 2005-08-19 Gert Driesen <[email protected]>
  74. * ToolboxItemAttributeTests.cs: Fixed typo in eol-style property.
  75. * ByteConverterTests.cs: Added tests for hex string and min/max
  76. conversions.
  77. * Int16ConverterTests.cs: Added tests for hex string and min/max
  78. conversions.
  79. * Int32ConverterTests.cs: Added tests for hex string and min/max
  80. conversions.
  81. * DecimalConverterTests.cs: Added tests for DecimalConverter.
  82. * DoubleConverterTests.cs: Added tests for DoubleConverter.
  83. * Int64ConverterTests.cs: Added tests for Int64Converter.
  84. * SByteConverterTests.cs: Added tests for SByteConverter.
  85. * SingleConverterTests.cs: Added tests for SingleConverter.
  86. * UInt16ConverterTests.cs: Added tests for UInt16Converter.
  87. * UInt32ConverterTests.cs: Added tests for UInt32Converter.
  88. * UInt64ConverterTests.cs: Added tests for UInt64Converter.
  89. 2005-08-16 Gert Driesen <[email protected]>
  90. * ByteConverterTests.cs: Added tests for ByteConverter.
  91. * Int16ConverterTests.cs: Added tests for Int16Converter.
  92. * Int32ConverterTests.cs: Added tests for Int32Converter.
  93. 2005-08-16 Gert Driesen <[email protected]>
  94. * ToolboxItemAttributeTests.cs: Added tests for ToolboxItemAttribute.
  95. 2005-06-04 Gert Driesen <[email protected]>
  96. * TypeDescriptorTests.cs: Added tests for bug #75152. Fixed tests
  97. to pass on Mono and MS.NET.
  98. 2005-02-05 Gonzalo Paniagua Javier <[email protected]>
  99. * TypeDescriptorTests.cs: new test for TypeConverter ctor that takes
  100. a Type argument.
  101. 2005-01-24 Joerg Rosenkranz ([email protected])
  102. * TypeDescriptorTests.cs: Added tests for bug #71444
  103. 2005-01-19 Nick Drochak <[email protected]>
  104. * TypeDescriptorTests.cs: Add another test in GetComponentName() to check
  105. the component name returned for a component without a Site.
  106. 2005-01-08 Nick Drochak <[email protected]>
  107. * TypeDescriptorTests.cs: Fix/Ignore tests for MS.NET
  108. 2004-04-16 Lluis Sanchez Gual <[email protected]>
  109. * TypeDescriptorTests.cs: Added new tests for TypeDescriptor.
  110. 2004-03-17 Ivan Hamilton <[email protected]>
  111. * LicenseManagerTests.cs: New. Unit tests.
  112. 2002-10-30 Gonzalo Paniagua Javier <[email protected]>
  113. * AllTests.cs:
  114. * ChangeLog:
  115. * EventHandlerListTests.cs: new test.