ChangeLog 4.1 KB

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