2008-08-14 Gert Driesen * SqlConnectionTest.cs: Enabled connection string related tests that previously failed. Added/improved connection string tests. 2008-07-28 Gert Driesen * SqlConnectionTest.cs: Enabled tests for ChangePassword argument checks. 2008-07-28 Gert Driesen * SqlCommandTest.cs: Enabled CommandTimeout test. Enabled test for Prepare with NULL connection. Enabled test for bug #412586. 2008-07-28 Gert Driesen * SqlCommandTest.cs: Enabled and improved tests for Execute* with closed connection. 2008-07-28 Gert Driesen * SqlCommandTest.cs: Enabled test for bug #412584. 2008-07-28 Gert Driesen * SqlCommandTest.cs: Added tests for bug #412584, #412586, Moved tests that do not require connection from ProviderTests. * SqlConnectionTest.cs: Moved tests that do not require connection from ProviderTests. 2008-07-03 Gert Driesen * SqlCommandTest.cs: Removed extra tabs. Update bug number. 2008-04-19 Robert Jordan * SqlCommandTest.cs: Add test case for bug #381100. 2008-03-03 Ankit Jain * SqlClientMetaDataCollectionNamesTest.cs: New. 2007-10-21 Gert Driesen * SqlCommandTest.cs: Added tests for ctors and CommantText. * SqlConnectionTest.cs: Added tests for ctors, ConnectionString and ServerVersion. * SqlDataAdapterTest.cs: Added tests for ctors, DeleteCommand, InsertCommand, SelectCommand, UpdateCommand, UpdateBatchSize and Dispose. 2007-10-18 Gert Driesen * SqlConnectionTest.cs: Added tests for BeginTransaction and GetSchema when connection is closed. 2007-05-29 Gert Driesen * SqlCommandTest.cs: Added test for bug #81710. 2005-09-22 Sebastien Pouliot * SqlClientPermissionAttributeTest.cs: Removed *Choice security actions. 2005-09-22 Sureshkumar T * SqlConnectionTest.cs (OtherConnectionStringKeywords): marked Persist security info keyword as not implmented. 2005-09-01 Sureshkumar T * SqlDataReaderTest.cs: moved to ProviderTests and integrated with connected mode tests * SqlCommandTest.cs: -- do -- * SqlConnectionTest.cs: -- do -- * SqlTransactionTest.cs: -- do -- * SqlDataAdapterTest.cs: -- do -- 2005-06-23 Sureshkumar T * SqlConnectionStringBuilderTest.cs: Added few more tests. 2005-06-21 Sureshkumar T * SqlConnectionStringBuilderTest.cs: Added some preliminary tests. 2005-05-20 Kornél Pál * SqlDataReaderTest.cs: Corrected and extended bigint test 2005-01-14 Atsushi Enomoto * SqlClientPermissionTest.cs, SqlClientPermissionAttributeTest.cs: Fixed some incompatible type of exception between 2.0 and 1.1. 2004-11-01 Gert Driesen * SqlCommandTest.cs: Added testcase for bug #66630. 2004-10-30 Umadevi S * SqlDataAdapterTest.cs - Added testcase for nullguid 2004-10-15 Umadevi S * SqlDataReaderTest.cs: Added testcase for reading emptyntextfield 2004-10-14 Umadevi S * SqlCommandTest.cs - added Test for clone method 2004-09-24 Umadevi S * SqlTransactionTest.cs -new file .unit testing for SqlTransaction 2004-09-15 Sebastien Pouliot * SqlClientPermissionTest.cs: New. Unit tests for SqlClientPermission. 2004-09-13 Sebastien Pouliot * SqlClientPermissionAttributeTest.cs: New. Unit tests for SqlClient PermissionAttribute. 2004-09-02 Umadevi S * SqlCommandTest.cs - added file. Testing ExecuteNonQuery 2004-09-02 Umadevi S * SqlDataReaderTest.cs - added file 2004-08-20 Umadevi S * Added testcase in SqlDataAdapter.cs for Fillschema 2004-08-19 Gert Driesen * SqlConnectionTest.cs: Added testcases for bug #63165. 2004-08-19 Umadevi S * Added file SqlDataAdapterTest.cs - to test update method on a datatable