| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- 2005-10-27 Senganal T <[email protected]>
- * SqlCommandTest.cs : Added Testcase for bug #75698
- 2005-10-17 Senganal T <[email protected]>
- * SqlDataAdapterTest.cs : Added Testcase for bug #76433.
- 2005-09-24 Sureshkumar T <[email protected]>
- * 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 <[email protected]>
- * SqlConnectionTest.cs: removed some hardcoded database names
- in DatabasePropertyTest ().
- 2005-09-16 Senganal T <[email protected]>
- * 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 <[email protected]>
- * 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.
|