ChangeLog 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. 2005-10-27 Senganal T <[email protected]>
  2. * SqlCommandTest.cs : Added Testcase for bug #75698
  3. 2005-10-17 Senganal T <[email protected]>
  4. * SqlDataAdapterTest.cs : Added Testcase for bug #76433.
  5. 2005-09-24 Sureshkumar T <[email protected]>
  6. * SqlDataAdapterTest.cs (Fill_Test_Exceptions): passing null
  7. dataset name throws ArgumentNullException in ms.net
  8. * SqlConnectionTest.cs: HostName compare: convert to uppercase.
  9. * SqlDataReaderTest.cs: remove Opening connection in few test
  10. cases as it was done in SetUp.
  11. - id type change changes
  12. 2005-09-21 Senganal T <[email protected]>
  13. * SqlConnectionTest.cs: removed some hardcoded database names
  14. in DatabasePropertyTest ().
  15. 2005-09-16 Senganal T <[email protected]>
  16. * SqlCommandTest.cs: added more testcases for connected mode
  17. * SqlConnectionTest.cs: added more testcases for connected mode
  18. * SqlDataAdapterTest.cs: added more testcases for connected mode
  19. * SqlDataReaderTest.cs: added more testcases for connected mode
  20. 2005-09-01 Sureshkumar T <[email protected]>
  21. * SqlCommandBuilderTest.cs: added tests for SqlCommandBuilder
  22. * SqlCommandTest.cs: pulled from Test/System.Data.SqlClient
  23. * SqlConnectionStringBuilderTest.cs: pulled from Test/System.Data.SqlClient
  24. * SqlConnectionTest.cs: pulled from Test/System.Data.SqlClient
  25. * SqlDataAdapterTest.cs: pulled from Test/System.Data.SqlClient
  26. * SqlDataReaderTest.cs: pulled from Test/System.Data.SqlClient
  27. * SqlTransactionTest.cs: pulled from Test/System.Data.SqlClient
  28. Added attribute Category ("sqlserver") to all these test fixtures.