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