ChangeLog 4.2 KB

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