ChangeLog 3.5 KB

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