ChangeLog 16 KB

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