ChangeLog 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400
  1. 2009-01-17 Gert Driesen <[email protected]>
  2. * SqlCommandBuilderTest.cs: Improved DeriveParameters test.
  3. * SqlCommandTest.cs: Added InputOutput parameter to
  4. StoredProc_ParameterTest.
  5. 2009-01-04 Gert Driesen <[email protected]>
  6. * SqlCommandBuilderTest.cs: Improved tests to also check
  7. behavior of RefreshSchema.
  8. * SqlDataReaderTest.cs: Added tests for GetBytes.
  9. 2009-01-03 Gert Driesen <[email protected]>
  10. * SqlCommandBuilderTest.cs: Improve Get*Command tests.
  11. * SqlCommandTest.cs: Fixed warning.
  12. * SqlConnectionTest.cs: Removed unused property.
  13. * SqlDataReaderTest.cs: Enabled GetChars test on 1.0
  14. profile. Added GetValues test. Added and improved
  15. GetSqlValue tests. Improved HasRows and NextResult
  16. tests. Added GetFieldType tests. Added big batch of
  17. schema-related tests.
  18. * SqlParameterTest.cs: Moved disconnected tests to
  19. System.Data test suite. Improved test for bug
  20. #382635. Added test for failed conversion to SQL type.
  21. 2008-12-31 Gert Driesen <[email protected]>
  22. * SqlCommandBuilderTest.cs: Improve Get*Command tests.
  23. * SqlCommandTest.cs: Added test for bug #341743. Added test
  24. for connection state after executing invalid SQL. Improved
  25. stored procedure test to check behavior with and without
  26. leading '@' for parameter names. Minor formatting changes.
  27. * SqlConnectionTest.cs: Split up connection string errors
  28. test.
  29. * SqlDataReaderTest.cs: Improved GetInt64Test. Improved and
  30. added GetBytes tests. Added GetSqlValues and HasRows tests.
  31. Added GetSchemaTable test. Improved GetProviderSpecificFieldType
  32. tests.
  33. * SqlParameterTest.cs: Improved ParameterType test. Added
  34. type inferrence tests.
  35. * SqlTransactionTest.cs: Allow not working tests to run on MS.
  36. 2008-12-30 Gert Driesen <[email protected]>
  37. * SqlConnectionTest.cs: Improve Database test.
  38. 2008-11-11 Gert Driesen <[email protected]>
  39. * SqlCommandTest.cs: Added (SMALL)MONEY rounding tests.
  40. 2008-11-11 Gert Driesen <[email protected]>
  41. * SqlCommandTest.cs: Added tests for bug #428139. Added test for
  42. SMALLMONEY overflows. Added workaround for Assert.AreEqual bug in
  43. NUnit v2.2.0.
  44. 2008-11-09 Gert Driesen <[email protected]>
  45. * SqlConnectionTest.cs: Added tests for ClearPool and ClearAllPools.
  46. 2008-11-08 Gert Driesen <[email protected]>
  47. * SqlConnectionTest.cs: Added test for bug #383061.
  48. 2008-09-17 Veerapuram Varadhan <[email protected]>
  49. * SqlCommandBuilderTest.cs: Added test for DeriverParameters.
  50. 2008-07-28 Gert Driesen <[email protected]>
  51. * SqlCommandTest.cs: Enabled test for bug #412569.
  52. 2008-07-28 Gert Driesen <[email protected]>
  53. * SqlCommandTest.cs: Enabled and improved tests for pending transaction
  54. and transaction that is not associated with connection. Added tests for
  55. Prepare.
  56. 2008-07-28 Gert Driesen <[email protected]>
  57. * SqlCommandTest.cs: Enabled and improved tests for Execute* with
  58. only a transaction set.
  59. 2008-07-28 Gert Driesen <[email protected]>
  60. * SqlCommandTest.cs: Enabled test for bug #412579.
  61. 2008-07-28 Gert Driesen <[email protected]>
  62. * SqlCommandTest.cs: Enabled and improved test for bug #412576.
  63. Enabled test for changing Connection while reader is open.
  64. 2008-07-28 Gert Driesen <[email protected]>
  65. * SqlConnectionTest.cs: Enabled and improved test for bug #412571.
  66. 2008-07-28 Gert Driesen <[email protected]>
  67. * SqlConnectionTest.cs: Enabled test for bug #412574.
  68. 2008-07-28 Gert Driesen <[email protected]>
  69. * SqlCommandTest.cs: Moved tests that do not require connection to
  70. regular test suite. Improved existing tests, and added set of new
  71. tests. Reduce failure count.
  72. * SqlConnectionTest.cs: Moved tests that do not require connection to
  73. regular test suite. Improved existing tests, and added set of new
  74. tests. Reduce failure count.
  75. * SqlTransactionTest.cs: Added several tests.
  76. 2008-07-10 Veerapuram Varadhan <[email protected]>
  77. * SqlCommandTest.cs (bug326182_*): Test case for Bug#326182 - StoredProcedure
  78. parameters gets mixed up
  79. 2008-05-29 Veerapuram Varadhan <[email protected]>
  80. * SqlParameterTest.cs (ParameterSize_compatibility_Test) : New
  81. test case for Bug#382635 - truncate parameter values accordingly.
  82. 2007-10-19 Nagappan A <[email protected]>
  83. * SqlCommandBuilderTest.cs: Fixed compilation warnings.
  84. 2007-07-31 Nagappan A <[email protected]>
  85. * SqlConnectionTest.cs (InterfaceTransactionTest): Fixes bug
  86. 82189. SqlConnection throws an exception if Connection or
  87. Transaction is set to null on IDbCommand interface.
  88. 2007-07-24 Nagappan A <[email protected]>
  89. * SqlParameterTest.cs (ParameterSizeTest): Fixes Large strings
  90. truncated with SqlClient - Bug # 82170.
  91. 2007-07-22 Nagappan A <[email protected]>
  92. * SqlTransactionTest.cs: Added exception handling.
  93. 2007-06-11 Nagappan A <[email protected]>
  94. * SqlCommandTest.cs (SqlCommandDisposeTest): Added new test case
  95. to check, the SqlCommand.Dispose, not to dispose SqlConnection and
  96. SqlTransaction instances.
  97. 2007-06-07 Nagappan A <[email protected]>
  98. * SqlCommandTest.cs: Fixes compilation warnings.
  99. 2007-05-30 Nagappan A <[email protected]>
  100. * SqlCommandTest.cs (StoredProc_NoParameterTest)
  101. (StoredProc_ParameterTest, rpc_helper_function): Added new methods
  102. to test the implementation of TDS RPC.
  103. 2007-04-03 Amit Biswas <[email protected]>
  104. * SqlDataReaderTest.cs (GetSqlBytesTest): Test case for GetSqlBytes
  105. (GetProviderSpecificFieldTypeTest): Test case for GetProviderSpecificFieldTypeTest
  106. (GetProviderSpecificValueTest): Test case for GetProviderSpecificValueTest
  107. (GetProviderSpecificValueLowerBoundaryTest):
  108. (GetProviderSpecificValueUpperBoundaryTest):
  109. (GetProviderSpecificValuesTest): Test case for GetProviderSpecificValuesTest
  110. (GetProviderSpecificValuesSmallArrayTest): Test case with an array smaller than no. of columns
  111. (GetProviderSpecificValuesLargeArrayTest): Test case with an array larger than no. of columns
  112. (GetProviderSpecificValuesNullTest): Test case for null parameters
  113. * SqlParameterTest.cs (XmlSchemaTest): Test case for properties related to XML schema
  114. (SourceColumnNullMappingTest): Test case for SourceColumnNullMappingTest
  115. (ctor7Test): Test case to the constructor new in .net 2.0
  116. * SqlParameterTest.cs (ParameterType): Corrected a bug in the test case regarding
  117. default values of SqlDbType and DbType
  118. (SqlDbTypeTest): Test for SqlDbType and DbType properties
  119. (ResetSqlDbTypeTest): Test for ResetSqlDbType method
  120. (ResetDbTypeTest): Test for ResetDbType method
  121. * SqlParameterCollectionTest.cs (CopyToTest): Test case for CopyTo method
  122. 2007-03-23 Nidhi Rawal <[email protected]>
  123. * SqlCommandTest.cs (BeginExecuteXmlReaderTest): Written test case for the method
  124. BeginExecuteXmlReader.
  125. (BeginExecuteXmlReaderExceptionTest): Written test case for the method BeginExecuteXmlReader
  126. to check for InvalidOperationException.
  127. (CloneObjTest): Written test case for the method Clone.
  128. * SqlConnectionTest.cs (ChangePasswordNullConnStringTest): Written test case for the method
  129. ChangePassword to check for null connection string.
  130. (ChangePasswordNullPasswordTest): Written test case for the method ChangePassword to check for
  131. null new password.
  132. (ChangePasswordEmptyPasswordTest): Written test case for the method ChangePassword to check for
  133. password as empty string.
  134. (ChangePasswordExceedPasswordTest): Written test case for the method ChangePassword to check
  135. if the password exceeds its permitted size.
  136. * SqlClientFactory.cs: Created the class.
  137. (CreatePermissionTest): Added a test case for the method CreatePermission.
  138. 2007-03-20 Nidhi Rawal <[email protected]>
  139. * SqlConnectionStringBuilderTest.cs: Fixed the bug by including the
  140. category sqlserver, in the absence of which none of the test-cases
  141. were executing.
  142. (TrustServerCertificateTest): Written test-case for the property TrustServerCertificate.
  143. (TypeSystemVersionTest): Written test-case for the property TypeSystemVersion.
  144. (UserInstanceTest): Written test-case for the property UserInstance.
  145. (SettingUserInstanceTest): Written test-case for checking the connection string after
  146. assigning the value for keyword User Instance.
  147. (ContextConnectionTest): Written test-case for the property ContextConnection.
  148. (SettingContextConnectionTest): Written test-case for checking the connection string after
  149. assigning the value for keyword Context Connection.
  150. * SqlCommandTest.cs (NotificationTest): Written test-case for property Notification.
  151. (NotificationAutoEnlistTest): Written the test-case for property NotificationAutoEnlist.
  152. * SqlConnectionTest.cs (FireInfoMessageEventOnUserErrorsTest): Written
  153. test-case for the property FireInfoMessageEventOnUserErrors.
  154. (StatisticsEnabledTest): Written test-case for the property StatisticsEnabled.
  155. * SqlDataAdapterTest.cs (UpdateBatchSizeTest): Written test-case for the
  156. property UpdateBatchSize.
  157. (UpdateBatchSizeArgumentOutOfRangeTest): Written test-case for the ArgumentOutOfRange
  158. exception for UpdateBatchSize property.
  159. 2007-03-19 Nidhi Rawal <[email protected]>
  160. * SqlParameterTest.cs (CompareInfoTest): Written the test case
  161. for property CompareInfo.
  162. (LocaleIdTest): Written the test case for property LocaleId.
  163. (SqlValueTest): Written test case for property SqlValue.
  164. 2007-03-16 Andreia Gaita <[email protected]>
  165. * SqlCommandTest.cs: Add OutputParamSizeTest1-4 to test size/value
  166. validation exception.
  167. 2007-03-14 Nagappan A <[email protected]>
  168. * SqlCommandTest.cs (ExecuteScalarTest, ExecuteReaderTest)
  169. (ExecuteReaderTest, PrepareTest, TransactionTest): Modified
  170. expected exception to NullReferenceException as it has to be
  171. thrown in 2.0 profile.
  172. 2007-03-09 Andreia Gaita <[email protected]>
  173. * SqlCommandTest.cs: Add new test to check string parameters with
  174. value = null and size 0. Fixed tests for NET 2.0 (different exceptions
  175. thrown)
  176. 2007-03-09 Andreia Gaita <[email protected]>
  177. * SqlCommandTest.cs: Add parameterized stored procedure call tests
  178. to ExecuteScalar and ExecuteNonQuery.
  179. 2007-01-08 Nagappan A <[email protected]>
  180. * SqlCommandBuilderTest.cs (GetInsertCommandTest)
  181. (GetInsertCommandTestWithExpression, GetUpdateCommandTest): Fixed
  182. NET 2.0 based test conditions.
  183. (GetUpdateCommandBoolTest): Added new test case.
  184. (GetUpdateCommandTest_CheckNonUpdatableColumns): Fixed NET 2.0
  185. based test conditions.
  186. (GetUpdateCommandBoolTest_CheckNonUpdatableColumns): Added new test
  187. case.
  188. (GetUpdateDeleteCommandBoolTest_CheckParameters): Added new test
  189. case.
  190. (GetUpdateCommandDBConcurrencyExceptionTest): Fixed NET 2.0 based
  191. test conditions.
  192. * SqlDataAdapterTest.cs: Commented not working test-cases.
  193. 2006-12-20 Nagappan A <[email protected]>
  194. * SqlDataAdapterTest.cs (SqlDataAdapterInheritTest): Implemented
  195. new class to verify protected method of DbDataAdapter.
  196. * Fixed existing test-cases to work with 2.0 profile.
  197. 2006-12-05 Nagappan A <[email protected]>
  198. * SqlDataAdapterTest.cs (CreateViewSSPITest): To test create view
  199. of SqlClient.
  200. 2006-08-30 Nagappan A <[email protected]>
  201. * SqlConnectionTest.cs: SqlConnection.GetSchema testcases
  202. 2006-05-26 Senganal T <[email protected]>
  203. * SqlParameterTest.cs : Test if Parameter Type is inferred correctly
  204. when Value is null or DBNull. Also, if Type is not explicitly set,
  205. test if it is inferred from the value of the parameter evertime the
  206. value is set.
  207. 2006-04-18 Senganal T <[email protected]>
  208. * SqlConnectionTest.cs :
  209. - OpenTest_1 : test InvalidOperationException is raised if
  210. ConnectionString is empty
  211. - DisposeTest : test nullreference exception is not raised
  212. 2006-04-07 Senganal T <[email protected]>
  213. * SqlDataAdapterTest,cs :
  214. - Added testcase for #78010
  215. 2006-04-07 Senganal T <[email protected]>
  216. * SqlCommandBuilderTest.cs :
  217. - Corrected the testcase to check for queries corresponding to
  218. ms.net 2.0
  219. - verify that columns that do not allow nulls are not included
  220. in the null-checks.
  221. - Added testcase to check for DBConcurrencyException for
  222. Delete Command.
  223. - Check the DataType of the null-check parameters
  224. 2006-03-08 Senganal T <[email protected]>
  225. * SqlCommandBuilderTest.cs :
  226. - Added testcase to verify UpdateCommand created with AutoIncrement
  227. columns.
  228. 2006-02-13 Senganal T <[email protected]>
  229. * SqlAdapterTest.cs : Added testcases for verifying FillError Behavior
  230. 2006-02-13 Senganal T <[email protected]>
  231. * SqlAdapterTest.cs : Added testcases for #77480
  232. 2006-02-10 Senganal T <[email protected]>
  233. * SqlDataReaderTest.cs : Added more tests to verify Sequential
  234. reading of row data.
  235. 2006-02-05 Senganal T <[email protected]>
  236. * SqlParameterTest.cs : New : Testcase for bug #77410
  237. 2006-01-17 Senganal T <[email protected]>
  238. * SqlCommandBuilderTest.cs : corrected a failing testcase
  239. 2006-01-17 Senganal T <[email protected]>
  240. * SqlCommandBuilderTest.cs : Added testcase for bug #77225
  241. 2005-12-03 Senganal T <[email protected]>
  242. * SqlCommandTest.cs : Added testcase for bug #76880
  243. 2005-11-23 Senganal T <[email protected]>
  244. * SqlCommandTest.cs : Added testcases for bug #76778
  245. 2005-10-27 Senganal T <[email protected]>
  246. * SqlCommandTest.cs : Added Testcase for bug #75698
  247. 2005-10-17 Senganal T <[email protected]>
  248. * SqlDataAdapterTest.cs : Added Testcase for bug #76433.
  249. 2005-09-24 Sureshkumar T <[email protected]>
  250. * SqlDataAdapterTest.cs (Fill_Test_Exceptions): passing null
  251. dataset name throws ArgumentNullException in ms.net
  252. * SqlConnectionTest.cs: HostName compare: convert to uppercase.
  253. * SqlDataReaderTest.cs: remove Opening connection in few test
  254. cases as it was done in SetUp.
  255. - id type change changes
  256. 2005-09-21 Senganal T <[email protected]>
  257. * SqlConnectionTest.cs: removed some hardcoded database names
  258. in DatabasePropertyTest ().
  259. 2005-09-16 Senganal T <[email protected]>
  260. * SqlCommandTest.cs: added more testcases for connected mode
  261. * SqlConnectionTest.cs: added more testcases for connected mode
  262. * SqlDataAdapterTest.cs: added more testcases for connected mode
  263. * SqlDataReaderTest.cs: added more testcases for connected mode
  264. 2005-09-01 Sureshkumar T <[email protected]>
  265. * SqlCommandBuilderTest.cs: added tests for SqlCommandBuilder
  266. * SqlCommandTest.cs: pulled from Test/System.Data.SqlClient
  267. * SqlConnectionStringBuilderTest.cs: pulled from Test/System.Data.SqlClient
  268. * SqlConnectionTest.cs: pulled from Test/System.Data.SqlClient
  269. * SqlDataAdapterTest.cs: pulled from Test/System.Data.SqlClient
  270. * SqlDataReaderTest.cs: pulled from Test/System.Data.SqlClient
  271. * SqlTransactionTest.cs: pulled from Test/System.Data.SqlClient
  272. Added attribute Category ("sqlserver") to all these test fixtures.