ChangeLog 2.0 KB

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