| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- 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
|