| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222 |
- 2007-02-01 Ilya Kharmatsky <ilyak -at- mainsoft.com>
- * TypeConverterTests.cs, PropertyDescriptorCollectionTests.cs:
- excluded test which not working under TARGET_JVM
- 2007-01-29 Ilya Kharmatsky <ilyak -at- mainsoft.com>
- * ToolboxItemAttributeTests.cs: excluded DefaultType test,
- under TARGET_JVM
- 2007-01-25 Ilya Kharmatsky <ilyak -at- mainsoft.com>
- * ArrayConverterTests.cs: workaround not supported under TARGET_JVM
- property 'ParamName' of System.ArgumentNullException
- 2007-01-20 Chris Toshok <[email protected]>
- * BindingListTest.cs: new tests for BindingList<T>
- 2007-01-05 Sebastien Pouliot <[email protected]>
- * TypeDescriptorTests.cs: Fix TestGetAttributes t16 as there can be
- many [Designer] attributes and their order isn't deterministic (like
- the test required).
- 2006-12-28 Gert Driesen <[email protected]>
- * ContainerTest.cs: Fixed compiler warning.
- 2006-12-22 Rolf Bjarne Kvinge <[email protected]>
- * DefaultBindingPropertyAttributeTest.cs: new tests.
- 2006-12-21 Gert Driesen <[email protected]>
- * PropertyDescriptorTests.cs: Added test for bug #80292. Fixed
- accessibility of NestedClass, not caugh due to bug #80338.
- 2006-12-20 Chris Toshok <[email protected]>
- * AttributeProviderAttributeTest.cs: new tests.
- 2006-12-20 Chris Toshok <[email protected]>
- * ComplexBindingPropertiesAttributeTest.cs: add test for Default
- field.
- 2006-12-20 Chris Toshok <[email protected]>
- * ComplexBindingPropertiesAttributeTest.cs: new tests.
- 2006-12-19 Chris Toshok <[email protected]>
- * PropertyDescriptorTests.cs: add some tests here because we were
- generating an NRE for a missing type converter type. MS doesn't -
- it instead falls back to the converter for the property type.
- 2006-12-06 Chris Toshok <[email protected]>
- * PropertyDescriptorTests.cs: add a test to see if
- ShouldSerializeValue's return value affects CanResetValue.
- 2006-12-06 Chris Toshok <[email protected]>
- * PropertyDescriptorTests.cs: add a test for ShouldSerializeValue
- and CanResetValue on a class without ShouldSerialize/Reset
- methods.
- 2006-12-06 Chris Toshok <[email protected]>
- * PropertyDescriptorTests.cs: flesh out these tests more with some
- for ShouldSerialize and CanReset.
- 2006-11-08 Sebastien Pouliot <[email protected]>
- * CollectionConverterTest.cs: More test cases.
- 2006-11-08 Gert Driesen <[email protected]>
- * ArrayConverterTests.cs: Added tests for ArrayConverter.
- 2006-11-07 Sebastien Pouliot <[email protected]>
- * CollectionConverterTest.cs: New. Some unit tests done while tracking
- an issue.
- 2006-09-11 Gonzalo Paniagua Javier <[email protected]>
- * System.ComponentModel/ContainerTest.cs: new test.
- 2006-09-11 Gonzalo Paniagua Javier <[email protected]>
- * TypeDescriptorTests.cs: test for overriden attributes.
- Patch by Ivan N. Zlatev.
- 2006-05-22 Atsushi Enomoto <[email protected]>
- * TypeDescriptorTest.cs : added GetPropertiesIgnoreIndexers().
- 2006-04-25 Atsushi Enomoto <[email protected]>
- * ByteConverterTests.cs,
- DecimalConverterTests.cs,
- DoubleConverterTests.cs,
- Int16ConverterTests.cs,
- Int64ConverterTests.cs,
- SByteConverterTests.cs,
- SingleConverterTests.cs,
- UInt16ConverterTests.cs,
- UInt32ConverterTests.cs,
- UInt64ConverterTests.cs:
- ConvertToString() (test with custom culture) failed on .NET 2.0.
- Fixed it by adding NumberFormat override in each test culture.
- 2006-03-11 Gert Driesen <[email protected]>
- * TypeDescriptorTests.cs: Added test for bug #76686.
- 2006-02-23 Andrew Skiba <[email protected]>
- * standalone_tests: TypeDescriptor performance test
- 2006-01-31 Gonzalo Paniagua Javier <[email protected]>
- * ContainerTest.cs: new test.
- 2005-09-29 Raja R Harinath <[email protected]>
- * DateTimeConverterTests.cs (ConvertTo_MaxValue): Disable tests
- that require CurrentCulture _not_ to be InvariantCulture.
- (ConvertToString_MaxValue): Likewise.
- 2005-09-19 Gert Driesen <[email protected]>
- * TypeConverterTests.cs: Added tests for TypeConverter.
- * PropertyDescriptorCollection.cs: Added tests for PropertyDescriptor
- Collection.
- 2005-08-28 Gert Driesen <[email protected]>
- * DateTimeConverterTests.cs: Added tests for DateTimeConverter.
- 2005-08-26 Gert Driesen <[email protected]>
- * ByteConverterTests.cs: Added ConvertToString and ConvertFromString
- tests with culture that has overriden GetFormat for NumberFormatInfo.
- * DecimalConverterTests.cs: same.
- * DoubleConverterTests.cs: same.
- * Int16ConverterTests.cs: same.
- * Int32ConverterTests.cs: same.
- * Int64ConverterTests.cs: same.
- * SByteConverterTests.cs: same.
- * SingleConverterTests.cs: same.
- * UInt16ConverterTests.cs: same.
- * UInt32ConverterTests.cs: same.
- * UInt64ConverterTests.cs: same.
- 2005-08-19 Gert Driesen <[email protected]>
- * ToolboxItemAttributeTests.cs: Fixed typo in eol-style property.
- * ByteConverterTests.cs: Added tests for hex string and min/max
- conversions.
- * Int16ConverterTests.cs: Added tests for hex string and min/max
- conversions.
- * Int32ConverterTests.cs: Added tests for hex string and min/max
- conversions.
- * DecimalConverterTests.cs: Added tests for DecimalConverter.
- * DoubleConverterTests.cs: Added tests for DoubleConverter.
- * Int64ConverterTests.cs: Added tests for Int64Converter.
- * SByteConverterTests.cs: Added tests for SByteConverter.
- * SingleConverterTests.cs: Added tests for SingleConverter.
- * UInt16ConverterTests.cs: Added tests for UInt16Converter.
- * UInt32ConverterTests.cs: Added tests for UInt32Converter.
- * UInt64ConverterTests.cs: Added tests for UInt64Converter.
- 2005-08-16 Gert Driesen <[email protected]>
- * ByteConverterTests.cs: Added tests for ByteConverter.
- * Int16ConverterTests.cs: Added tests for Int16Converter.
- * Int32ConverterTests.cs: Added tests for Int32Converter.
- 2005-08-16 Gert Driesen <[email protected]>
- * ToolboxItemAttributeTests.cs: Added tests for ToolboxItemAttribute.
- 2005-06-04 Gert Driesen <[email protected]>
-
- * TypeDescriptorTests.cs: Added tests for bug #75152. Fixed tests
- to pass on Mono and MS.NET.
- 2005-02-05 Gonzalo Paniagua Javier <[email protected]>
- * TypeDescriptorTests.cs: new test for TypeConverter ctor that takes
- a Type argument.
- 2005-01-24 Joerg Rosenkranz ([email protected])
- * TypeDescriptorTests.cs: Added tests for bug #71444
- 2005-01-19 Nick Drochak <[email protected]>
- * TypeDescriptorTests.cs: Add another test in GetComponentName() to check
- the component name returned for a component without a Site.
- 2005-01-08 Nick Drochak <[email protected]>
- * TypeDescriptorTests.cs: Fix/Ignore tests for MS.NET
- 2004-04-16 Lluis Sanchez Gual <[email protected]>
- * TypeDescriptorTests.cs: Added new tests for TypeDescriptor.
- 2004-03-17 Ivan Hamilton <[email protected]>
- * LicenseManagerTests.cs: New. Unit tests.
- 2002-10-30 Gonzalo Paniagua Javier <[email protected]>
- * AllTests.cs:
- * ChangeLog:
- * EventHandlerListTests.cs: new test.
|