ChangeLog 6.1 KB

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