ChangeLog 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. 2006-04-18 Senganal T <[email protected]>
  2. * SqlConnectionTest.cs :
  3. - OpenTest_1 : test InvalidOperationException is raised if
  4. ConnectionString is empty
  5. - DisposeTest : test nullreference exception is not raised
  6. 2006-04-07 Senganal T <[email protected]>
  7. * SqlDataAdapterTest,cs :
  8. - Added testcase for #78010
  9. 2006-04-07 Senganal T <[email protected]>
  10. * SqlCommandBuilderTest.cs :
  11. - Corrected the testcase to check for queries corresponding to
  12. ms.net 2.0
  13. - verify that columns that do not allow nulls are not included
  14. in the null-checks.
  15. - Added testcase to check for DBConcurrencyException for
  16. Delete Command.
  17. - Check the DataType of the null-check parameters
  18. 2006-03-08 Senganal T <[email protected]>
  19. * SqlCommandBuilderTest.cs :
  20. - Added testcase to verify UpdateCommand created with AutoIncrement
  21. columns.
  22. 2006-02-13 Senganal T <[email protected]>
  23. * SqlAdapterTest.cs : Added testcases for verifying FillError Behavior
  24. 2006-02-13 Senganal T <[email protected]>
  25. * SqlAdapterTest.cs : Added testcases for #77480
  26. 2006-02-10 Senganal T <[email protected]>
  27. * SqlDataReaderTest.cs : Added more tests to verify Sequential
  28. reading of row data.
  29. 2006-02-05 Senganal T <[email protected]>
  30. * SqlParameterTest.cs : New : Testcase for bug #77410
  31. 2006-01-17 Senganal T <[email protected]>
  32. * SqlCommandBuilderTest.cs : corrected a failing testcase
  33. 2006-01-17 Senganal T <[email protected]>
  34. * SqlCommandBuilderTest.cs : Added testcase for bug #77225
  35. 2005-12-03 Senganal T <[email protected]>
  36. * SqlCommandTest.cs : Added testcase for bug #76880
  37. 2005-11-23 Senganal T <[email protected]>
  38. * SqlCommandTest.cs : Added testcases for bug #76778
  39. 2005-10-27 Senganal T <[email protected]>
  40. * SqlCommandTest.cs : Added Testcase for bug #75698
  41. 2005-10-17 Senganal T <[email protected]>
  42. * SqlDataAdapterTest.cs : Added Testcase for bug #76433.
  43. 2005-09-24 Sureshkumar T <[email protected]>
  44. * SqlDataAdapterTest.cs (Fill_Test_Exceptions): passing null
  45. dataset name throws ArgumentNullException in ms.net
  46. * SqlConnectionTest.cs: HostName compare: convert to uppercase.
  47. * SqlDataReaderTest.cs: remove Opening connection in few test
  48. cases as it was done in SetUp.
  49. - id type change changes
  50. 2005-09-21 Senganal T <[email protected]>
  51. * SqlConnectionTest.cs: removed some hardcoded database names
  52. in DatabasePropertyTest ().
  53. 2005-09-16 Senganal T <[email protected]>
  54. * SqlCommandTest.cs: added more testcases for connected mode
  55. * SqlConnectionTest.cs: added more testcases for connected mode
  56. * SqlDataAdapterTest.cs: added more testcases for connected mode
  57. * SqlDataReaderTest.cs: added more testcases for connected mode
  58. 2005-09-01 Sureshkumar T <[email protected]>
  59. * SqlCommandBuilderTest.cs: added tests for SqlCommandBuilder
  60. * SqlCommandTest.cs: pulled from Test/System.Data.SqlClient
  61. * SqlConnectionStringBuilderTest.cs: pulled from Test/System.Data.SqlClient
  62. * SqlConnectionTest.cs: pulled from Test/System.Data.SqlClient
  63. * SqlDataAdapterTest.cs: pulled from Test/System.Data.SqlClient
  64. * SqlDataReaderTest.cs: pulled from Test/System.Data.SqlClient
  65. * SqlTransactionTest.cs: pulled from Test/System.Data.SqlClient
  66. Added attribute Category ("sqlserver") to all these test fixtures.