2
0

ChangeLog 3.0 KB

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