ChangeLog 17 KB

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