ChangeLog 2.7 KB

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