ChangeLog 17 KB

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