ChangeLog 1.4 KB

1234567891011121314151617181920212223242526272829303132333435
  1. 2005-09-24 Sureshkumar T <[email protected]>
  2. * SqlDataAdapterTest.cs (Fill_Test_Exceptions): passing null
  3. dataset name throws ArgumentNullException in ms.net
  4. * SqlConnectionTest.cs: HostName compare: convert to uppercase.
  5. * SqlDataReaderTest.cs: remove Opening connection in few test
  6. cases as it was done in SetUp.
  7. - id type change changes
  8. 2005-09-21 Senganal T <[email protected]>
  9. * SqlConnectionTest.cs: removed some hardcoded database names
  10. in DatabasePropertyTest ().
  11. 2005-09-16 Senganal T <[email protected]>
  12. * SqlCommandTest.cs: added more testcases for connected mode
  13. * SqlConnectionTest.cs: added more testcases for connected mode
  14. * SqlDataAdapterTest.cs: added more testcases for connected mode
  15. * SqlDataReaderTest.cs: added more testcases for connected mode
  16. 2005-09-01 Sureshkumar T <[email protected]>
  17. * SqlCommandBuilderTest.cs: added tests for SqlCommandBuilder
  18. * SqlCommandTest.cs: pulled from Test/System.Data.SqlClient
  19. * SqlConnectionStringBuilderTest.cs: pulled from Test/System.Data.SqlClient
  20. * SqlConnectionTest.cs: pulled from Test/System.Data.SqlClient
  21. * SqlDataAdapterTest.cs: pulled from Test/System.Data.SqlClient
  22. * SqlDataReaderTest.cs: pulled from Test/System.Data.SqlClient
  23. * SqlTransactionTest.cs: pulled from Test/System.Data.SqlClient
  24. Added attribute Category ("sqlserver") to all these test fixtures.