2007-03-09 Andreia Gaita * SqlCommandTest.cs: Add new test to check string parameters with value = null and size 0. Fixed tests for NET 2.0 (different exceptions thrown) 2007-03-09 Andreia Gaita * SqlCommandTest.cs: Add parameterized stored procedure call tests to ExecuteScalar and ExecuteNonQuery. 2007-01-08 Nagappan A * SqlCommandBuilderTest.cs (GetInsertCommandTest) (GetInsertCommandTestWithExpression, GetUpdateCommandTest): Fixed NET 2.0 based test conditions. (GetUpdateCommandBoolTest): Added new test case. (GetUpdateCommandTest_CheckNonUpdatableColumns): Fixed NET 2.0 based test conditions. (GetUpdateCommandBoolTest_CheckNonUpdatableColumns): Added new test case. (GetUpdateDeleteCommandBoolTest_CheckParameters): Added new test case. (GetUpdateCommandDBConcurrencyExceptionTest): Fixed NET 2.0 based test conditions. * SqlDataAdapterTest.cs: Commented not working test-cases. 2006-12-20 Nagappan A * SqlDataAdapterTest.cs (SqlDataAdapterInheritTest): Implemented new class to verify protected method of DbDataAdapter. * Fixed existing test-cases to work with 2.0 profile. 2006-12-05 Nagappan A * SqlDataAdapterTest.cs (CreateViewSSPITest): To test create view of SqlClient. 2006-08-30 Nagappan A * SqlConnectionTest.cs: SqlConnection.GetSchema testcases 2006-05-26 Senganal T * SqlParameterTest.cs : Test if Parameter Type is inferred correctly when Value is null or DBNull. Also, if Type is not explicitly set, test if it is inferred from the value of the parameter evertime the value is set. 2006-04-18 Senganal T * SqlConnectionTest.cs : - OpenTest_1 : test InvalidOperationException is raised if ConnectionString is empty - DisposeTest : test nullreference exception is not raised 2006-04-07 Senganal T * SqlDataAdapterTest,cs : - Added testcase for #78010 2006-04-07 Senganal T * SqlCommandBuilderTest.cs : - Corrected the testcase to check for queries corresponding to ms.net 2.0 - verify that columns that do not allow nulls are not included in the null-checks. - Added testcase to check for DBConcurrencyException for Delete Command. - Check the DataType of the null-check parameters 2006-03-08 Senganal T * SqlCommandBuilderTest.cs : - Added testcase to verify UpdateCommand created with AutoIncrement columns. 2006-02-13 Senganal T * SqlAdapterTest.cs : Added testcases for verifying FillError Behavior 2006-02-13 Senganal T * SqlAdapterTest.cs : Added testcases for #77480 2006-02-10 Senganal T * SqlDataReaderTest.cs : Added more tests to verify Sequential reading of row data. 2006-02-05 Senganal T * SqlParameterTest.cs : New : Testcase for bug #77410 2006-01-17 Senganal T * SqlCommandBuilderTest.cs : corrected a failing testcase 2006-01-17 Senganal T * SqlCommandBuilderTest.cs : Added testcase for bug #77225 2005-12-03 Senganal T * SqlCommandTest.cs : Added testcase for bug #76880 2005-11-23 Senganal T * SqlCommandTest.cs : Added testcases for bug #76778 2005-10-27 Senganal T * SqlCommandTest.cs : Added Testcase for bug #75698 2005-10-17 Senganal T * SqlDataAdapterTest.cs : Added Testcase for bug #76433. 2005-09-24 Sureshkumar T * SqlDataAdapterTest.cs (Fill_Test_Exceptions): passing null dataset name throws ArgumentNullException in ms.net * SqlConnectionTest.cs: HostName compare: convert to uppercase. * SqlDataReaderTest.cs: remove Opening connection in few test cases as it was done in SetUp. - id type change changes 2005-09-21 Senganal T * SqlConnectionTest.cs: removed some hardcoded database names in DatabasePropertyTest (). 2005-09-16 Senganal T * SqlCommandTest.cs: added more testcases for connected mode * SqlConnectionTest.cs: added more testcases for connected mode * SqlDataAdapterTest.cs: added more testcases for connected mode * SqlDataReaderTest.cs: added more testcases for connected mode 2005-09-01 Sureshkumar T * SqlCommandBuilderTest.cs: added tests for SqlCommandBuilder * SqlCommandTest.cs: pulled from Test/System.Data.SqlClient * SqlConnectionStringBuilderTest.cs: pulled from Test/System.Data.SqlClient * SqlConnectionTest.cs: pulled from Test/System.Data.SqlClient * SqlDataAdapterTest.cs: pulled from Test/System.Data.SqlClient * SqlDataReaderTest.cs: pulled from Test/System.Data.SqlClient * SqlTransactionTest.cs: pulled from Test/System.Data.SqlClient Added attribute Category ("sqlserver") to all these test fixtures.