ChangeLog 3.4 KB

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