ChangeLog 2.2 KB

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