ChangeLog 3.0 KB

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