ChangeLog 2.5 KB

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