ChangeLog 4.7 KB

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