ChangeLog 1.8 KB

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