ChangeLog 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. 2007-03-23 Nidhi Rawal <[email protected]>
  2. * SqlCommandTest.cs (BeginExecuteXmlReaderTest): Written test case for the method
  3. BeginExecuteXmlReader.
  4. (BeginExecuteXmlReaderExceptionTest): Written test case for the method BeginExecuteXmlReader
  5. to check for InvalidOperationException.
  6. (CloneObjTest): Written test case for the method Clone.
  7. * SqlConnectionTest.cs (ChangePasswordNullConnStringTest): Written test case for the method
  8. ChangePassword to check for null connection string.
  9. (ChangePasswordNullPasswordTest): Written test case for the method ChangePassword to check for
  10. null new password.
  11. (ChangePasswordEmptyPasswordTest): Written test case for the method ChangePassword to check for
  12. password as empty string.
  13. (ChangePasswordExceedPasswordTest): Written test case for the method ChangePassword to check
  14. if the password exceeds its permitted size.
  15. * SqlClientFactory.cs: Created the class.
  16. (CreatePermissionTest): Added a test case for the method CreatePermission.
  17. 2007-03-20 Nidhi Rawal <[email protected]>
  18. * SqlConnectionStringBuilderTest.cs: Fixed the bug by including the
  19. category sqlserver, in the absence of which none of the test-cases
  20. were executing.
  21. (TrustServerCertificateTest): Written test-case for the property TrustServerCertificate.
  22. (TypeSystemVersionTest): Written test-case for the property TypeSystemVersion.
  23. (UserInstanceTest): Written test-case for the property UserInstance.
  24. (SettingUserInstanceTest): Written test-case for checking the connection string after
  25. assigning the value for keyword User Instance.
  26. (ContextConnectionTest): Written test-case for the property ContextConnection.
  27. (SettingContextConnectionTest): Written test-case for checking the connection string after
  28. assigning the value for keyword Context Connection.
  29. * SqlCommandTest.cs (NotificationTest): Written test-case for property Notification.
  30. (NotificationAutoEnlistTest): Written the test-case for property NotificationAutoEnlist.
  31. * SqlConnectionTest.cs (FireInfoMessageEventOnUserErrorsTest): Written
  32. test-case for the property FireInfoMessageEventOnUserErrors.
  33. (StatisticsEnabledTest): Written test-case for the property StatisticsEnabled.
  34. * SqlDataAdapterTest.cs (UpdateBatchSizeTest): Written test-case for the
  35. property UpdateBatchSize.
  36. (UpdateBatchSizeArgumentOutOfRangeTest): Written test-case for the ArgumentOutOfRange
  37. exception for UpdateBatchSize property.
  38. 2007-03-19 Nidhi Rawal <[email protected]>
  39. * SqlParameterTest.cs (CompareInfoTest): Written the test case
  40. for property CompareInfo.
  41. (LocaleIdTest): Written the test case for property LocaleId.
  42. (SqlValueTest): Written test case for property SqlValue.
  43. 2007-03-16 Andreia Gaita <[email protected]>
  44. * SqlCommandTest.cs: Add OutputParamSizeTest1-4 to test size/value
  45. validation exception.
  46. 2007-03-14 Nagappan A <[email protected]>
  47. * SqlCommandTest.cs (ExecuteScalarTest, ExecuteReaderTest)
  48. (ExecuteReaderTest, PrepareTest, TransactionTest): Modified
  49. expected exception to NullReferenceException as it has to be
  50. thrown in 2.0 profile.
  51. 2007-03-09 Andreia Gaita <[email protected]>
  52. * SqlCommandTest.cs: Add new test to check string parameters with
  53. value = null and size 0. Fixed tests for NET 2.0 (different exceptions
  54. thrown)
  55. 2007-03-09 Andreia Gaita <[email protected]>
  56. * SqlCommandTest.cs: Add parameterized stored procedure call tests
  57. to ExecuteScalar and ExecuteNonQuery.
  58. 2007-01-08 Nagappan A <[email protected]>
  59. * SqlCommandBuilderTest.cs (GetInsertCommandTest)
  60. (GetInsertCommandTestWithExpression, GetUpdateCommandTest): Fixed
  61. NET 2.0 based test conditions.
  62. (GetUpdateCommandBoolTest): Added new test case.
  63. (GetUpdateCommandTest_CheckNonUpdatableColumns): Fixed NET 2.0
  64. based test conditions.
  65. (GetUpdateCommandBoolTest_CheckNonUpdatableColumns): Added new test
  66. case.
  67. (GetUpdateDeleteCommandBoolTest_CheckParameters): Added new test
  68. case.
  69. (GetUpdateCommandDBConcurrencyExceptionTest): Fixed NET 2.0 based
  70. test conditions.
  71. * SqlDataAdapterTest.cs: Commented not working test-cases.
  72. 2006-12-20 Nagappan A <[email protected]>
  73. * SqlDataAdapterTest.cs (SqlDataAdapterInheritTest): Implemented
  74. new class to verify protected method of DbDataAdapter.
  75. * Fixed existing test-cases to work with 2.0 profile.
  76. 2006-12-05 Nagappan A <[email protected]>
  77. * SqlDataAdapterTest.cs (CreateViewSSPITest): To test create view
  78. of SqlClient.
  79. 2006-08-30 Nagappan A <[email protected]>
  80. * SqlConnectionTest.cs: SqlConnection.GetSchema testcases
  81. 2006-05-26 Senganal T <[email protected]>
  82. * SqlParameterTest.cs : Test if Parameter Type is inferred correctly
  83. when Value is null or DBNull. Also, if Type is not explicitly set,
  84. test if it is inferred from the value of the parameter evertime the
  85. value is set.
  86. 2006-04-18 Senganal T <[email protected]>
  87. * SqlConnectionTest.cs :
  88. - OpenTest_1 : test InvalidOperationException is raised if
  89. ConnectionString is empty
  90. - DisposeTest : test nullreference exception is not raised
  91. 2006-04-07 Senganal T <[email protected]>
  92. * SqlDataAdapterTest,cs :
  93. - Added testcase for #78010
  94. 2006-04-07 Senganal T <[email protected]>
  95. * SqlCommandBuilderTest.cs :
  96. - Corrected the testcase to check for queries corresponding to
  97. ms.net 2.0
  98. - verify that columns that do not allow nulls are not included
  99. in the null-checks.
  100. - Added testcase to check for DBConcurrencyException for
  101. Delete Command.
  102. - Check the DataType of the null-check parameters
  103. 2006-03-08 Senganal T <[email protected]>
  104. * SqlCommandBuilderTest.cs :
  105. - Added testcase to verify UpdateCommand created with AutoIncrement
  106. columns.
  107. 2006-02-13 Senganal T <[email protected]>
  108. * SqlAdapterTest.cs : Added testcases for verifying FillError Behavior
  109. 2006-02-13 Senganal T <[email protected]>
  110. * SqlAdapterTest.cs : Added testcases for #77480
  111. 2006-02-10 Senganal T <[email protected]>
  112. * SqlDataReaderTest.cs : Added more tests to verify Sequential
  113. reading of row data.
  114. 2006-02-05 Senganal T <[email protected]>
  115. * SqlParameterTest.cs : New : Testcase for bug #77410
  116. 2006-01-17 Senganal T <[email protected]>
  117. * SqlCommandBuilderTest.cs : corrected a failing testcase
  118. 2006-01-17 Senganal T <[email protected]>
  119. * SqlCommandBuilderTest.cs : Added testcase for bug #77225
  120. 2005-12-03 Senganal T <[email protected]>
  121. * SqlCommandTest.cs : Added testcase for bug #76880
  122. 2005-11-23 Senganal T <[email protected]>
  123. * SqlCommandTest.cs : Added testcases for bug #76778
  124. 2005-10-27 Senganal T <[email protected]>
  125. * SqlCommandTest.cs : Added Testcase for bug #75698
  126. 2005-10-17 Senganal T <[email protected]>
  127. * SqlDataAdapterTest.cs : Added Testcase for bug #76433.
  128. 2005-09-24 Sureshkumar T <[email protected]>
  129. * SqlDataAdapterTest.cs (Fill_Test_Exceptions): passing null
  130. dataset name throws ArgumentNullException in ms.net
  131. * SqlConnectionTest.cs: HostName compare: convert to uppercase.
  132. * SqlDataReaderTest.cs: remove Opening connection in few test
  133. cases as it was done in SetUp.
  134. - id type change changes
  135. 2005-09-21 Senganal T <[email protected]>
  136. * SqlConnectionTest.cs: removed some hardcoded database names
  137. in DatabasePropertyTest ().
  138. 2005-09-16 Senganal T <[email protected]>
  139. * SqlCommandTest.cs: added more testcases for connected mode
  140. * SqlConnectionTest.cs: added more testcases for connected mode
  141. * SqlDataAdapterTest.cs: added more testcases for connected mode
  142. * SqlDataReaderTest.cs: added more testcases for connected mode
  143. 2005-09-01 Sureshkumar T <[email protected]>
  144. * SqlCommandBuilderTest.cs: added tests for SqlCommandBuilder
  145. * SqlCommandTest.cs: pulled from Test/System.Data.SqlClient
  146. * SqlConnectionStringBuilderTest.cs: pulled from Test/System.Data.SqlClient
  147. * SqlConnectionTest.cs: pulled from Test/System.Data.SqlClient
  148. * SqlDataAdapterTest.cs: pulled from Test/System.Data.SqlClient
  149. * SqlDataReaderTest.cs: pulled from Test/System.Data.SqlClient
  150. * SqlTransactionTest.cs: pulled from Test/System.Data.SqlClient
  151. Added attribute Category ("sqlserver") to all these test fixtures.