2
0

ChangeLog 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. 2005-04-04 Sureshkumar T <[email protected]>
  2. * DbConnectionStringBuilderTest.cs: few more tests ignored for now
  3. because of gmcs incompatiability with csc. generic types are not
  4. being able to be assigned to non-generic types though implements
  5. non-generic interface.
  6. 2005-02-22 Sureshkumar T <[email protected]>
  7. * ConnectionStringsSectionTest.cs: Added file. Tests for
  8. System.Configuration.ConnectionStringsSection class. This is used
  9. for managing connection strings information for provider factory.
  10. 2005-02-22 Sureshkumar T <[email protected]>
  11. * DbProviderFactoriesConfigurationHandlerTest.cs: Tests for
  12. DbProviderFactoriesConfigurationHandler class.
  13. 2005-01-14 Atsushi Enomoto <[email protected]>
  14. * DBDataPermissionTest.cs, DBDataPermissionAttributeTest.cs:
  15. Fixed some incompatible type of exception between 2.0 and 1.1.
  16. 2005-01-14 Atsushi Enomoto <[email protected]>
  17. * DataTableMappingCollectionTest.cs,
  18. DataColumnMappingCollectionTests.cs : Equals() and Remove() contains
  19. invalid attempt to add one map to two collections, which is rejected
  20. under MS.NET 1.1 sp1.
  21. 2004-11-22 Sureshkumar T <[email protected]>
  22. * DbConnectionStringBuilderTest.cs: Test cases for
  23. DbConnectionStringBuilder class. These are independant tests.
  24. 2004-09-14 Sebastien Pouliot <[email protected]>
  25. * DBDataPermissionTest.cs: New. Unit tests for DBDataPermission.
  26. 2004-09-13 Sebastien Pouliot <[email protected]>
  27. * DBDataPermissionAttributeTest.cs: New. Unit tests for DBData
  28. PermissionAttribute.
  29. 2004-08-13 Umadevi S <[email protected]>
  30. * Added File DataContainerTest
  31. 2004-06-10 Umadevi S <[email protected]>
  32. * Corrected GetTableMappingBySchemaAction for DataTableMappingCollectionTest
  33. 2004-06-09 Umadevi S <[email protected]>
  34. * Correct Add, InserAt testcases for DataTableMappingCollection
  35. 2004-06-09 Umadevi S <[email protected]>
  36. * Corrected Remove method testcase for DataColumnMappingCollection
  37. 2004-06-08 Umadevi S <[email protected]>
  38. * Corrected the contains testcase to test for invalidcastexception for DataColumnMappingCollection
  39. 2004-05-27 Umadevi S <[email protected]>
  40. * Added Classes DataColumnMappingCollectionTest and DataTableMappingCollectionTest