ChangeLog 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. 2006-09-11 Gonzalo Paniagua Javier <[email protected]>
  2. * TypeDescriptorTests.cs: test for overriden attributes.
  3. Patch by Ivan N. Zlatev.
  4. 2006-05-22 Atsushi Enomoto <[email protected]>
  5. * TypeDescriptorTest.cs : added GetPropertiesIgnoreIndexers().
  6. 2006-04-25 Atsushi Enomoto <[email protected]>
  7. * ByteConverterTests.cs,
  8. DecimalConverterTests.cs,
  9. DoubleConverterTests.cs,
  10. Int16ConverterTests.cs,
  11. Int64ConverterTests.cs,
  12. SByteConverterTests.cs,
  13. SingleConverterTests.cs,
  14. UInt16ConverterTests.cs,
  15. UInt32ConverterTests.cs,
  16. UInt64ConverterTests.cs:
  17. ConvertToString() (test with custom culture) failed on .NET 2.0.
  18. Fixed it by adding NumberFormat override in each test culture.
  19. 2006-03-11 Gert Driesen <[email protected]>
  20. * TypeDescriptorTests.cs: Added test for bug #76686.
  21. 2006-02-23 Andrew Skiba <[email protected]>
  22. * standalone_tests: TypeDescriptor performance test
  23. 2006-01-31 Gonzalo Paniagua Javier <[email protected]>
  24. * ContainerTest.cs: new test.
  25. 2005-09-29 Raja R Harinath <[email protected]>
  26. * DateTimeConverterTests.cs (ConvertTo_MaxValue): Disable tests
  27. that require CurrentCulture _not_ to be InvariantCulture.
  28. (ConvertToString_MaxValue): Likewise.
  29. 2005-09-19 Gert Driesen <[email protected]>
  30. * TypeConverterTests.cs: Added tests for TypeConverter.
  31. * PropertyDescriptorCollection.cs: Added tests for PropertyDescriptor
  32. Collection.
  33. 2005-08-28 Gert Driesen <[email protected]>
  34. * DateTimeConverterTests.cs: Added tests for DateTimeConverter.
  35. 2005-08-26 Gert Driesen <[email protected]>
  36. * ByteConverterTests.cs: Added ConvertToString and ConvertFromString
  37. tests with culture that has overriden GetFormat for NumberFormatInfo.
  38. * DecimalConverterTests.cs: same.
  39. * DoubleConverterTests.cs: same.
  40. * Int16ConverterTests.cs: same.
  41. * Int32ConverterTests.cs: same.
  42. * Int64ConverterTests.cs: same.
  43. * SByteConverterTests.cs: same.
  44. * SingleConverterTests.cs: same.
  45. * UInt16ConverterTests.cs: same.
  46. * UInt32ConverterTests.cs: same.
  47. * UInt64ConverterTests.cs: same.
  48. 2005-08-19 Gert Driesen <[email protected]>
  49. * ToolboxItemAttributeTests.cs: Fixed typo in eol-style property.
  50. * ByteConverterTests.cs: Added tests for hex string and min/max
  51. conversions.
  52. * Int16ConverterTests.cs: Added tests for hex string and min/max
  53. conversions.
  54. * Int32ConverterTests.cs: Added tests for hex string and min/max
  55. conversions.
  56. * DecimalConverterTests.cs: Added tests for DecimalConverter.
  57. * DoubleConverterTests.cs: Added tests for DoubleConverter.
  58. * Int64ConverterTests.cs: Added tests for Int64Converter.
  59. * SByteConverterTests.cs: Added tests for SByteConverter.
  60. * SingleConverterTests.cs: Added tests for SingleConverter.
  61. * UInt16ConverterTests.cs: Added tests for UInt16Converter.
  62. * UInt32ConverterTests.cs: Added tests for UInt32Converter.
  63. * UInt64ConverterTests.cs: Added tests for UInt64Converter.
  64. 2005-08-16 Gert Driesen <[email protected]>
  65. * ByteConverterTests.cs: Added tests for ByteConverter.
  66. * Int16ConverterTests.cs: Added tests for Int16Converter.
  67. * Int32ConverterTests.cs: Added tests for Int32Converter.
  68. 2005-08-16 Gert Driesen <[email protected]>
  69. * ToolboxItemAttributeTests.cs: Added tests for ToolboxItemAttribute.
  70. 2005-06-04 Gert Driesen <[email protected]>
  71. * TypeDescriptorTests.cs: Added tests for bug #75152. Fixed tests
  72. to pass on Mono and MS.NET.
  73. 2005-02-05 Gonzalo Paniagua Javier <[email protected]>
  74. * TypeDescriptorTests.cs: new test for TypeConverter ctor that takes
  75. a Type argument.
  76. 2005-01-24 Joerg Rosenkranz ([email protected])
  77. * TypeDescriptorTests.cs: Added tests for bug #71444
  78. 2005-01-19 Nick Drochak <[email protected]>
  79. * TypeDescriptorTests.cs: Add another test in GetComponentName() to check
  80. the component name returned for a component without a Site.
  81. 2005-01-08 Nick Drochak <[email protected]>
  82. * TypeDescriptorTests.cs: Fix/Ignore tests for MS.NET
  83. 2004-04-16 Lluis Sanchez Gual <[email protected]>
  84. * TypeDescriptorTests.cs: Added new tests for TypeDescriptor.
  85. 2004-03-17 Ivan Hamilton <[email protected]>
  86. * LicenseManagerTests.cs: New. Unit tests.
  87. 2002-10-30 Gonzalo Paniagua Javier <[email protected]>
  88. * AllTests.cs:
  89. * ChangeLog:
  90. * EventHandlerListTests.cs: new test.