ChangeLog 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315
  1. 2007-09-25 Jonathan Pobst <[email protected]>
  2. * AsyncOperationManagerTest.cs: Add test for SynchronizationContext.
  3. 2007-09-17 Gert Driesen <[email protected]>
  4. * ComponentResourceManagerTest.cs: Added tests for ctors,
  5. ApplyResources and IgnoreCase.
  6. 2007-09-05 Gert Driesen <[email protected]>
  7. * EnumConverterTest.cs: Enabled test for converting flag enum from
  8. string. Made tests less strict.
  9. 2007-08-31 Gert Driesen <[email protected]>
  10. * TypeConverterTest.cs: Added tests for GetConvertFromException and
  11. GetConvertToException.
  12. * EnumConverterTest.cs: Enabled test for converting flag enums to
  13. InstanceDescriptor.
  14. 2007-08-25 Ivan N. Zlatev <[email protected]>
  15. * NestedContainerTest.cs: add.
  16. 2007-08-20 Gert Driesen <[email protected]>
  17. * EnumConverterTests.cs: Added tests for EnumConverter.
  18. 2007-08-19 Ivan N. Zlatev <[email protected]>
  19. * ReflectionPropertyDescriptorTests.cs: For read-only properties,
  20. ShouldSerializeValue must also check for
  21. DesignerSerializationVisibility.Content and if present return true.
  22. 2007-08-19 Gert Driesen <[email protected]>
  23. * TypeDescriptorTests: Removed Ivan's local Category.
  24. 2007-08-19 Ivan N. Zlatev <[email protected]>
  25. * TypeDescriptorTests.cs: new test to verify that GetProperties returns
  26. only the last type's implementation of a property with a matching name
  27. in the base types.
  28. 2007-08-01 Atsushi Enomoto <[email protected]>
  29. * BackgroundWorkerTest.cs : new test to clear some doubts on impl.
  30. 2007-07-21 Gert Driesen <[email protected]>
  31. * DisplayNameAttribute.cs: Added ctor tests. Fixed tests to pass on
  32. MS (now that our implementation matches that of MS). Added tests
  33. for Default, GetHashCode and Equals.
  34. 2007-07-16 Gert Driesen <[email protected]>
  35. * PropertyDescriptorTests.cs: Added test for ShouldSerializeValue
  36. behavior with read-only properties.
  37. 2007-07-13 Gert Driesen <[email protected]>
  38. * PropertyDescriptorTests.cs: Added tests for Igor's fixes for
  39. ShouldSerializeValue.
  40. 2007-07-12 Rolf Bjarne Kvinge <[email protected]>
  41. * PropertyDescriptorTests.cs: Added GetEditorTest.
  42. 2006-05-31 Atsushi Enomoto <[email protected]>
  43. * LookupBindingPropertiesAttributeTest.cs:
  44. test GetHashCode() as well.
  45. 2007-05-31 Rolf Bjarne Kvinge <[email protected]>
  46. * LookupBindingPropertiesAttributeTest.cs: Added.
  47. 2007-05-10 Rolf Bjarne Kvinge <[email protected]>
  48. * MaskedTextProviderTest.cs: New test.
  49. 2007-02-27 Rolf Bjarne Kvinge <[email protected]>
  50. * MaskedTextProviderTest.cs: Added.
  51. * MaskedTextProviderTestGenerator.cs: Added.
  52. 2007-02-16 Gert Driesen <[email protected]>
  53. * TypeDescriptorTests.cs: Use Assert instead of deriving from
  54. deprecated Assertion. Added test for component that has a site without
  55. an ITypeDescriptorFilterService. Fixes bug #80836.
  56. 2007-02-01 Ilya Kharmatsky <ilyak -at- mainsoft.com>
  57. * TypeConverterTests.cs, PropertyDescriptorCollectionTests.cs:
  58. excluded test which not working under TARGET_JVM
  59. 2007-01-29 Ilya Kharmatsky <ilyak -at- mainsoft.com>
  60. * ToolboxItemAttributeTests.cs: excluded DefaultType test,
  61. under TARGET_JVM
  62. 2007-01-25 Ilya Kharmatsky <ilyak -at- mainsoft.com>
  63. * ArrayConverterTests.cs: workaround not supported under TARGET_JVM
  64. property 'ParamName' of System.ArgumentNullException
  65. 2007-01-20 Chris Toshok <[email protected]>
  66. * BindingListTest.cs: new tests for BindingList<T>
  67. 2007-01-05 Sebastien Pouliot <[email protected]>
  68. * TypeDescriptorTests.cs: Fix TestGetAttributes t16 as there can be
  69. many [Designer] attributes and their order isn't deterministic (like
  70. the test required).
  71. 2006-12-28 Gert Driesen <[email protected]>
  72. * ContainerTest.cs: Fixed compiler warning.
  73. 2006-12-22 Rolf Bjarne Kvinge <[email protected]>
  74. * DefaultBindingPropertyAttributeTest.cs: new tests.
  75. 2006-12-21 Gert Driesen <[email protected]>
  76. * PropertyDescriptorTests.cs: Added test for bug #80292. Fixed
  77. accessibility of NestedClass, not caugh due to bug #80338.
  78. 2006-12-20 Chris Toshok <[email protected]>
  79. * AttributeProviderAttributeTest.cs: new tests.
  80. 2006-12-20 Chris Toshok <[email protected]>
  81. * ComplexBindingPropertiesAttributeTest.cs: add test for Default
  82. field.
  83. 2006-12-20 Chris Toshok <[email protected]>
  84. * ComplexBindingPropertiesAttributeTest.cs: new tests.
  85. 2006-12-19 Chris Toshok <[email protected]>
  86. * PropertyDescriptorTests.cs: add some tests here because we were
  87. generating an NRE for a missing type converter type. MS doesn't -
  88. it instead falls back to the converter for the property type.
  89. 2006-12-06 Chris Toshok <[email protected]>
  90. * PropertyDescriptorTests.cs: add a test to see if
  91. ShouldSerializeValue's return value affects CanResetValue.
  92. 2006-12-06 Chris Toshok <[email protected]>
  93. * PropertyDescriptorTests.cs: add a test for ShouldSerializeValue
  94. and CanResetValue on a class without ShouldSerialize/Reset
  95. methods.
  96. 2006-12-06 Chris Toshok <[email protected]>
  97. * PropertyDescriptorTests.cs: flesh out these tests more with some
  98. for ShouldSerialize and CanReset.
  99. 2006-11-08 Sebastien Pouliot <[email protected]>
  100. * CollectionConverterTest.cs: More test cases.
  101. 2006-11-08 Gert Driesen <[email protected]>
  102. * ArrayConverterTests.cs: Added tests for ArrayConverter.
  103. 2006-11-07 Sebastien Pouliot <[email protected]>
  104. * CollectionConverterTest.cs: New. Some unit tests done while tracking
  105. an issue.
  106. 2006-09-11 Gonzalo Paniagua Javier <[email protected]>
  107. * System.ComponentModel/ContainerTest.cs: new test.
  108. 2006-09-11 Gonzalo Paniagua Javier <[email protected]>
  109. * TypeDescriptorTests.cs: test for overriden attributes.
  110. Patch by Ivan N. Zlatev.
  111. 2006-05-22 Atsushi Enomoto <[email protected]>
  112. * TypeDescriptorTest.cs : added GetPropertiesIgnoreIndexers().
  113. 2006-04-25 Atsushi Enomoto <[email protected]>
  114. * ByteConverterTests.cs,
  115. DecimalConverterTests.cs,
  116. DoubleConverterTests.cs,
  117. Int16ConverterTests.cs,
  118. Int64ConverterTests.cs,
  119. SByteConverterTests.cs,
  120. SingleConverterTests.cs,
  121. UInt16ConverterTests.cs,
  122. UInt32ConverterTests.cs,
  123. UInt64ConverterTests.cs:
  124. ConvertToString() (test with custom culture) failed on .NET 2.0.
  125. Fixed it by adding NumberFormat override in each test culture.
  126. 2006-03-11 Gert Driesen <[email protected]>
  127. * TypeDescriptorTests.cs: Added test for bug #76686.
  128. 2006-02-23 Andrew Skiba <[email protected]>
  129. * standalone_tests: TypeDescriptor performance test
  130. 2006-01-31 Gonzalo Paniagua Javier <[email protected]>
  131. * ContainerTest.cs: new test.
  132. 2005-09-29 Raja R Harinath <[email protected]>
  133. * DateTimeConverterTests.cs (ConvertTo_MaxValue): Disable tests
  134. that require CurrentCulture _not_ to be InvariantCulture.
  135. (ConvertToString_MaxValue): Likewise.
  136. 2005-09-19 Gert Driesen <[email protected]>
  137. * TypeConverterTests.cs: Added tests for TypeConverter.
  138. * PropertyDescriptorCollection.cs: Added tests for PropertyDescriptor
  139. Collection.
  140. 2005-08-28 Gert Driesen <[email protected]>
  141. * DateTimeConverterTests.cs: Added tests for DateTimeConverter.
  142. 2005-08-26 Gert Driesen <[email protected]>
  143. * ByteConverterTests.cs: Added ConvertToString and ConvertFromString
  144. tests with culture that has overriden GetFormat for NumberFormatInfo.
  145. * DecimalConverterTests.cs: same.
  146. * DoubleConverterTests.cs: same.
  147. * Int16ConverterTests.cs: same.
  148. * Int32ConverterTests.cs: same.
  149. * Int64ConverterTests.cs: same.
  150. * SByteConverterTests.cs: same.
  151. * SingleConverterTests.cs: same.
  152. * UInt16ConverterTests.cs: same.
  153. * UInt32ConverterTests.cs: same.
  154. * UInt64ConverterTests.cs: same.
  155. 2005-08-19 Gert Driesen <[email protected]>
  156. * ToolboxItemAttributeTests.cs: Fixed typo in eol-style property.
  157. * ByteConverterTests.cs: Added tests for hex string and min/max
  158. conversions.
  159. * Int16ConverterTests.cs: Added tests for hex string and min/max
  160. conversions.
  161. * Int32ConverterTests.cs: Added tests for hex string and min/max
  162. conversions.
  163. * DecimalConverterTests.cs: Added tests for DecimalConverter.
  164. * DoubleConverterTests.cs: Added tests for DoubleConverter.
  165. * Int64ConverterTests.cs: Added tests for Int64Converter.
  166. * SByteConverterTests.cs: Added tests for SByteConverter.
  167. * SingleConverterTests.cs: Added tests for SingleConverter.
  168. * UInt16ConverterTests.cs: Added tests for UInt16Converter.
  169. * UInt32ConverterTests.cs: Added tests for UInt32Converter.
  170. * UInt64ConverterTests.cs: Added tests for UInt64Converter.
  171. 2005-08-16 Gert Driesen <[email protected]>
  172. * ByteConverterTests.cs: Added tests for ByteConverter.
  173. * Int16ConverterTests.cs: Added tests for Int16Converter.
  174. * Int32ConverterTests.cs: Added tests for Int32Converter.
  175. 2005-08-16 Gert Driesen <[email protected]>
  176. * ToolboxItemAttributeTests.cs: Added tests for ToolboxItemAttribute.
  177. 2005-06-04 Gert Driesen <[email protected]>
  178. * TypeDescriptorTests.cs: Added tests for bug #75152. Fixed tests
  179. to pass on Mono and MS.NET.
  180. 2005-02-05 Gonzalo Paniagua Javier <[email protected]>
  181. * TypeDescriptorTests.cs: new test for TypeConverter ctor that takes
  182. a Type argument.
  183. 2005-01-24 Joerg Rosenkranz ([email protected])
  184. * TypeDescriptorTests.cs: Added tests for bug #71444
  185. 2005-01-19 Nick Drochak <[email protected]>
  186. * TypeDescriptorTests.cs: Add another test in GetComponentName() to check
  187. the component name returned for a component without a Site.
  188. 2005-01-08 Nick Drochak <[email protected]>
  189. * TypeDescriptorTests.cs: Fix/Ignore tests for MS.NET
  190. 2004-04-16 Lluis Sanchez Gual <[email protected]>
  191. * TypeDescriptorTests.cs: Added new tests for TypeDescriptor.
  192. 2004-03-17 Ivan Hamilton <[email protected]>
  193. * LicenseManagerTests.cs: New. Unit tests.
  194. 2002-10-30 Gonzalo Paniagua Javier <[email protected]>
  195. * AllTests.cs:
  196. * ChangeLog:
  197. * EventHandlerListTests.cs: new test.