ChangeLog 2.8 KB

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