ChangeLog 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. 2005-02-22 Sureshkumar T <[email protected]>
  2. * ConnectionStringsSectionTest.cs: Added file. Tests for
  3. System.Configuration.ConnectionStringsSection class. This is used
  4. for managing connection strings information for provider factory.
  5. 2005-02-22 Sureshkumar T <[email protected]>
  6. * DbProviderFactoriesConfigurationHandlerTest.cs: Tests for
  7. DbProviderFactoriesConfigurationHandler class.
  8. 2005-01-14 Atsushi Enomoto <[email protected]>
  9. * DBDataPermissionTest.cs, DBDataPermissionAttributeTest.cs:
  10. Fixed some incompatible type of exception between 2.0 and 1.1.
  11. 2005-01-14 Atsushi Enomoto <[email protected]>
  12. * DataTableMappingCollectionTest.cs,
  13. DataColumnMappingCollectionTests.cs : Equals() and Remove() contains
  14. invalid attempt to add one map to two collections, which is rejected
  15. under MS.NET 1.1 sp1.
  16. 2004-11-22 Sureshkumar T <[email protected]>
  17. * DbConnectionStringBuilderTest.cs: Test cases for
  18. DbConnectionStringBuilder class. These are independant tests.
  19. 2004-09-14 Sebastien Pouliot <[email protected]>
  20. * DBDataPermissionTest.cs: New. Unit tests for DBDataPermission.
  21. 2004-09-13 Sebastien Pouliot <[email protected]>
  22. * DBDataPermissionAttributeTest.cs: New. Unit tests for DBData
  23. PermissionAttribute.
  24. 2004-08-13 Umadevi S <[email protected]>
  25. * Added File DataContainerTest
  26. 2004-06-10 Umadevi S <[email protected]>
  27. * Corrected GetTableMappingBySchemaAction for DataTableMappingCollectionTest
  28. 2004-06-09 Umadevi S <[email protected]>
  29. * Correct Add, InserAt testcases for DataTableMappingCollection
  30. 2004-06-09 Umadevi S <[email protected]>
  31. * Corrected Remove method testcase for DataColumnMappingCollection
  32. 2004-06-08 Umadevi S <[email protected]>
  33. * Corrected the contains testcase to test for invalidcastexception for DataColumnMappingCollection
  34. 2004-05-27 Umadevi S <[email protected]>
  35. * Added Classes DataColumnMappingCollectionTest and DataTableMappingCollectionTest