ChangeLog 2.3 KB

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