ChangeLog 7.5 KB

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