ChangeLog 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. 2005-09-01 Sureshkumar T <[email protected]>
  2. * SqlDataReaderTest.cs: moved to ProviderTests and integrated with
  3. connected mode tests
  4. * SqlCommandTest.cs: -- do --
  5. * SqlConnectionTest.cs: -- do --
  6. * SqlTransactionTest.cs: -- do --
  7. * SqlDataAdapterTest.cs: -- do --
  8. 2005-06-23 Sureshkumar T <[email protected]>
  9. * SqlConnectionStringBuilderTest.cs: Added few more tests.
  10. 2005-06-21 Sureshkumar T <[email protected]>
  11. * SqlConnectionStringBuilderTest.cs: Added some preliminary tests.
  12. 2005-05-20 Kornél Pál <http://www.kornelpal.hu/>
  13. * SqlDataReaderTest.cs: Corrected and extended bigint test
  14. 2005-01-14 Atsushi Enomoto <[email protected]>
  15. * SqlClientPermissionTest.cs, SqlClientPermissionAttributeTest.cs:
  16. Fixed some incompatible type of exception between 2.0 and 1.1.
  17. 2004-11-01 Gert Driesen <[email protected]>
  18. * SqlCommandTest.cs: Added testcase for bug #66630.
  19. 2004-10-30 Umadevi S <[email protected]>
  20. * SqlDataAdapterTest.cs - Added testcase for nullguid
  21. 2004-10-15 Umadevi S <[email protected]>
  22. * SqlDataReaderTest.cs: Added testcase for reading emptyntextfield
  23. 2004-10-14 Umadevi S <[email protected]>
  24. * SqlCommandTest.cs - added Test for clone method
  25. 2004-09-24 Umadevi S <[email protected]>
  26. * SqlTransactionTest.cs -new file .unit testing for SqlTransaction
  27. 2004-09-15 Sebastien Pouliot <[email protected]>
  28. * SqlClientPermissionTest.cs: New. Unit tests for SqlClientPermission.
  29. 2004-09-13 Sebastien Pouliot <[email protected]>
  30. * SqlClientPermissionAttributeTest.cs: New. Unit tests for SqlClient
  31. PermissionAttribute.
  32. 2004-09-02 Umadevi S <[email protected]>
  33. * SqlCommandTest.cs - added file. Testing ExecuteNonQuery
  34. 2004-09-02 Umadevi S <[email protected]>
  35. * SqlDataReaderTest.cs - added file
  36. 2004-08-20 Umadevi S <[email protected]>
  37. * Added testcase in SqlDataAdapter.cs for Fillschema
  38. 2004-08-19 Gert Driesen <[email protected]>
  39. * SqlConnectionTest.cs: Added testcases for bug #63165.
  40. 2004-08-19 Umadevi S <[email protected]>
  41. * Added file SqlDataAdapterTest.cs - to test update method on a
  42. datatable