ChangeLog 1.5 KB

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