ChangeLog 2.3 KB

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