ChangeLog 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. 2007-01-08 Nagappan A <[email protected]>
  2. * SqlCommandBuilderTest.cs (GetInsertCommandTest)
  3. (GetInsertCommandTestWithExpression, GetUpdateCommandTest): Fixed
  4. NET 2.0 based test conditions.
  5. (GetUpdateCommandBoolTest): Added new test case.
  6. (GetUpdateCommandTest_CheckNonUpdatableColumns): Fixed NET 2.0
  7. based test conditions.
  8. (GetUpdateCommandBoolTest_CheckNonUpdatableColumns): Added new test
  9. case.
  10. (GetUpdateDeleteCommandBoolTest_CheckParameters): Added new test
  11. case.
  12. (GetUpdateCommandDBConcurrencyExceptionTest): Fixed NET 2.0 based
  13. test conditions.
  14. * SqlDataAdapterTest.cs: Commented not working test-cases.
  15. 2006-12-20 Nagappan A <[email protected]>
  16. * SqlDataAdapterTest.cs (SqlDataAdapterInheritTest): Implemented
  17. new class to verify protected method of DbDataAdapter.
  18. * Fixed existing test-cases to work with 2.0 profile.
  19. 2006-12-05 Nagappan A <[email protected]>
  20. * SqlDataAdapterTest.cs (CreateViewSSPITest): To test create view
  21. of SqlClient.
  22. 2006-08-30 Nagappan A <[email protected]>
  23. * SqlConnectionTest.cs: SqlConnection.GetSchema testcases
  24. 2006-05-26 Senganal T <[email protected]>
  25. * SqlParameterTest.cs : Test if Parameter Type is inferred correctly
  26. when Value is null or DBNull. Also, if Type is not explicitly set,
  27. test if it is inferred from the value of the parameter evertime the
  28. value is set.
  29. 2006-04-18 Senganal T <[email protected]>
  30. * SqlConnectionTest.cs :
  31. - OpenTest_1 : test InvalidOperationException is raised if
  32. ConnectionString is empty
  33. - DisposeTest : test nullreference exception is not raised
  34. 2006-04-07 Senganal T <[email protected]>
  35. * SqlDataAdapterTest,cs :
  36. - Added testcase for #78010
  37. 2006-04-07 Senganal T <[email protected]>
  38. * SqlCommandBuilderTest.cs :
  39. - Corrected the testcase to check for queries corresponding to
  40. ms.net 2.0
  41. - verify that columns that do not allow nulls are not included
  42. in the null-checks.
  43. - Added testcase to check for DBConcurrencyException for
  44. Delete Command.
  45. - Check the DataType of the null-check parameters
  46. 2006-03-08 Senganal T <[email protected]>
  47. * SqlCommandBuilderTest.cs :
  48. - Added testcase to verify UpdateCommand created with AutoIncrement
  49. columns.
  50. 2006-02-13 Senganal T <[email protected]>
  51. * SqlAdapterTest.cs : Added testcases for verifying FillError Behavior
  52. 2006-02-13 Senganal T <[email protected]>
  53. * SqlAdapterTest.cs : Added testcases for #77480
  54. 2006-02-10 Senganal T <[email protected]>
  55. * SqlDataReaderTest.cs : Added more tests to verify Sequential
  56. reading of row data.
  57. 2006-02-05 Senganal T <[email protected]>
  58. * SqlParameterTest.cs : New : Testcase for bug #77410
  59. 2006-01-17 Senganal T <[email protected]>
  60. * SqlCommandBuilderTest.cs : corrected a failing testcase
  61. 2006-01-17 Senganal T <[email protected]>
  62. * SqlCommandBuilderTest.cs : Added testcase for bug #77225
  63. 2005-12-03 Senganal T <[email protected]>
  64. * SqlCommandTest.cs : Added testcase for bug #76880
  65. 2005-11-23 Senganal T <[email protected]>
  66. * SqlCommandTest.cs : Added testcases for bug #76778
  67. 2005-10-27 Senganal T <[email protected]>
  68. * SqlCommandTest.cs : Added Testcase for bug #75698
  69. 2005-10-17 Senganal T <[email protected]>
  70. * SqlDataAdapterTest.cs : Added Testcase for bug #76433.
  71. 2005-09-24 Sureshkumar T <[email protected]>
  72. * SqlDataAdapterTest.cs (Fill_Test_Exceptions): passing null
  73. dataset name throws ArgumentNullException in ms.net
  74. * SqlConnectionTest.cs: HostName compare: convert to uppercase.
  75. * SqlDataReaderTest.cs: remove Opening connection in few test
  76. cases as it was done in SetUp.
  77. - id type change changes
  78. 2005-09-21 Senganal T <[email protected]>
  79. * SqlConnectionTest.cs: removed some hardcoded database names
  80. in DatabasePropertyTest ().
  81. 2005-09-16 Senganal T <[email protected]>
  82. * SqlCommandTest.cs: added more testcases for connected mode
  83. * SqlConnectionTest.cs: added more testcases for connected mode
  84. * SqlDataAdapterTest.cs: added more testcases for connected mode
  85. * SqlDataReaderTest.cs: added more testcases for connected mode
  86. 2005-09-01 Sureshkumar T <[email protected]>
  87. * SqlCommandBuilderTest.cs: added tests for SqlCommandBuilder
  88. * SqlCommandTest.cs: pulled from Test/System.Data.SqlClient
  89. * SqlConnectionStringBuilderTest.cs: pulled from Test/System.Data.SqlClient
  90. * SqlConnectionTest.cs: pulled from Test/System.Data.SqlClient
  91. * SqlDataAdapterTest.cs: pulled from Test/System.Data.SqlClient
  92. * SqlDataReaderTest.cs: pulled from Test/System.Data.SqlClient
  93. * SqlTransactionTest.cs: pulled from Test/System.Data.SqlClient
  94. Added attribute Category ("sqlserver") to all these test fixtures.