ChangeLog 2.4 KB

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