ChangeLog 5.2 KB

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