2
0

ChangeLog 4.1 KB

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