ChangeLog 7.2 KB

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