| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- 2007-10-20 Gert Driesen <[email protected]>
- * DbDataAdapterTest.cs: Added test for UpdateBatchSize.
- * DataAdapterTest.cs: Added tests for AcceptChangesDuringFile,
- AcceptChangesDuringUpdate, ContinueUpdateOnError, FillLoadOption,
- MissingMappingAction, MissingSchemaAction and
- ReturnProviderSpecificTypes.
- 2007-10-19 Gert Driesen <[email protected]>
- * DbTransactionTest.cs: Enabled test for bug #325397.
- 2007-10-16 Gert Driesen <[email protected]>
- * DbTransactionTest.cs: Added test for bug #325397.
- 2007-03-03 Gert Driesen <[email protected]>
- * DbProviderFactoriesConfigurationHandlerTest.cs: Changed test to also
- verify behavior for clear and remove nodes.
- 2007-03-03 Gert Driesen <[email protected]>
- * DbProviderFactoriesConfigurationHandlerTest.cs: Fixed tests to
- pass on MS. Added NotWorking test to check whether DbProviderFactories
- that are defined on machine config are available.
- 2007-02-19 Atsushi Enomoto <[email protected]>
- * DbProviderFactoriesConfigurationHandlerTest.cs : test for #80894.
- 2006-07-13 Senganal T <[email protected]>
- * DBDataPermissionTest.cs : Removed invalid tests
- 2006-03-19 Boris Kirzner <[email protected]>
-
- * DataColumnMappingCollectionTest.cs, DataTableMappingCollectionTest.cs,
- DBDataPermissionAttributeTest.cs: ifdef code that is not supposed
- to work in TARGET_JVM by now.
- 2006-02-18 Raja R Harinath <[email protected]>
- * DbConnectionStringBuilderTest.cs
- (ICollectionCopyToTest, NegICollectionCopyToTest): Enable.
- (IDictionaryCopyToTest, NegIDictionaryCopyToTest): Delete.
- 2005-09-22 Sebastien Pouliot <[email protected]>
- * DBDataPermissionAttributeTest.cs: Removed *Choice security actions.
- 2005-04-04 Sureshkumar T <[email protected]>
- * DbConnectionStringBuilderTest.cs: few more tests ignored for now
- because of gmcs incompatiability with csc. generic types are not
- being able to be assigned to non-generic types though implements
- non-generic interface.
- 2005-02-22 Sureshkumar T <[email protected]>
- * ConnectionStringsSectionTest.cs: Added file. Tests for
- System.Configuration.ConnectionStringsSection class. This is used
- for managing connection strings information for provider factory.
- 2005-02-22 Sureshkumar T <[email protected]>
-
- * DbProviderFactoriesConfigurationHandlerTest.cs: Tests for
- DbProviderFactoriesConfigurationHandler class.
- 2005-01-14 Atsushi Enomoto <[email protected]>
- * DBDataPermissionTest.cs, DBDataPermissionAttributeTest.cs:
- Fixed some incompatible type of exception between 2.0 and 1.1.
- 2005-01-14 Atsushi Enomoto <[email protected]>
- * DataTableMappingCollectionTest.cs,
- DataColumnMappingCollectionTests.cs : Equals() and Remove() contains
- invalid attempt to add one map to two collections, which is rejected
- under MS.NET 1.1 sp1.
- 2004-11-22 Sureshkumar T <[email protected]>
- * DbConnectionStringBuilderTest.cs: Test cases for
- DbConnectionStringBuilder class. These are independant tests.
- 2004-09-14 Sebastien Pouliot <[email protected]>
- * DBDataPermissionTest.cs: New. Unit tests for DBDataPermission.
- 2004-09-13 Sebastien Pouliot <[email protected]>
- * DBDataPermissionAttributeTest.cs: New. Unit tests for DBData
- PermissionAttribute.
- 2004-08-13 Umadevi S <[email protected]>
- * Added File DataContainerTest
- 2004-06-10 Umadevi S <[email protected]>
- * Corrected GetTableMappingBySchemaAction for DataTableMappingCollectionTest
- 2004-06-09 Umadevi S <[email protected]>
- * Correct Add, InserAt testcases for DataTableMappingCollection
-
- 2004-06-09 Umadevi S <[email protected]>
- * Corrected Remove method testcase for DataColumnMappingCollection
- 2004-06-08 Umadevi S <[email protected]>
- * Corrected the contains testcase to test for invalidcastexception for DataColumnMappingCollection
- 2004-05-27 Umadevi S <[email protected]>
- * Added Classes DataColumnMappingCollectionTest and DataTableMappingCollectionTest
|