Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Data/Test/System.Data.Common/ChangeLog')
-rw-r--r--mcs/class/System.Data/Test/System.Data.Common/ChangeLog152
1 files changed, 0 insertions, 152 deletions
diff --git a/mcs/class/System.Data/Test/System.Data.Common/ChangeLog b/mcs/class/System.Data/Test/System.Data.Common/ChangeLog
deleted file mode 100644
index f9d2261c8ae..00000000000
--- a/mcs/class/System.Data/Test/System.Data.Common/ChangeLog
+++ /dev/null
@@ -1,152 +0,0 @@
-2009-07-13 Atsushi Enomoto <atsushi@ximian.com>
-
- * DataContainerTest.cs, DataColumnMappingCollectionTest.cs,
- DataTableMappingCollectionTest.cs :
- migration to newer nunit style.
-
-2009-01-03 Gert Driesen <drieseng@users.sourceforge.net>
-
- * DbCommandBuilderTest.cs: Added test for QuoteIdentifier.
-
-2008-12-30 Gert Driesen <drieseng@users.sourceforge.net>
-
- * DbCommandBuilderTest.cs: Added tests for properties.
-
-2008-12-30 Gert Driesen <drieseng@users.sourceforge.net>
-
- * DbCommandBuilderTest.cs: Added tests for QuotePrefix and
- QuoteSuffix.
- * DbConnectionStringBuilderTest.cs: Added tests for both odbc and
- non-odbc rules.
-
-2008-10-07 Daniel Morgan <monodanmorg@yahoo.com>
-
- * DbConnectionStringBuilderTest.cs: add tests
- EmbeddedCharTest1, 2, 3, and 4 for testing setting and getting
- various connection strings you would find for SqlClient, Odbc,
- or Oracle. Fix test ICollectionCopyToTest to index
- into the collection in order.
-
-2008-03-23 Gert Driesen <drieseng@users.sourceforge.net>
-
- * DataContainerTest.cs: Code formatting.
- * DbDataAdapterTest.cs: Added test for 2.0 methods.
-
-2007-10-21 Gert Driesen <drieseng@users.sourceforge.net>
-
- * DBDataPermissionAttributeTest.cs: Improved test for invalid
- KeyRestrictionBehavior. Fixed line endings.
-
-2007-10-20 Gert Driesen <drieseng@users.sourceforge.net>
-
- * DbDataAdapterTest.cs: Added test for UpdateBatchSize.
- * DataAdapterTest.cs: Added tests for AcceptChangesDuringFile,
- AcceptChangesDuringUpdate, ContinueUpdateOnError, FillLoadOption,
- MissingMappingAction, MissingSchemaAction and
- ReturnProviderSpecificTypes.
-
-2007-10-19 Gert Driesen <drieseng@users.sourceforge.net>
-
- * DbTransactionTest.cs: Enabled test for bug #325397.
-
-2007-10-16 Gert Driesen <drieseng@users.sourceforge.net>
-
- * DbTransactionTest.cs: Added test for bug #325397.
-
-2007-03-03 Gert Driesen <drieseng@users.sourceforge.net>
-
- * DbProviderFactoriesConfigurationHandlerTest.cs: Changed test to also
- verify behavior for clear and remove nodes.
-
-2007-03-03 Gert Driesen <drieseng@users.sourceforge.net>
-
- * DbProviderFactoriesConfigurationHandlerTest.cs: Fixed tests to
- pass on MS. Added NotWorking test to check whether DbProviderFactories
- that are defined on machine config are available.
-
-2007-02-19 Atsushi Enomoto <atsushi@ximian.com>
-
- * DbProviderFactoriesConfigurationHandlerTest.cs : test for #80894.
-
-2006-07-13 Senganal T <tsenganal@novell.com>
-
- * DBDataPermissionTest.cs : Removed invalid tests
-
-2006-03-19 Boris Kirzner <borisk@mainsoft.com>
-
- * DataColumnMappingCollectionTest.cs, DataTableMappingCollectionTest.cs,
- DBDataPermissionAttributeTest.cs: ifdef code that is not supposed
- to work in TARGET_JVM by now.
-
-2006-02-18 Raja R Harinath <harinath@gmail.com>
-
- * DbConnectionStringBuilderTest.cs
- (ICollectionCopyToTest, NegICollectionCopyToTest): Enable.
- (IDictionaryCopyToTest, NegIDictionaryCopyToTest): Delete.
-
-2005-09-22 Sebastien Pouliot <sebastien@ximian.com>
-
- * DBDataPermissionAttributeTest.cs: Removed *Choice security actions.
-
-2005-04-04 Sureshkumar T <tsureshkumar@novell.com>
-
- * DbConnectionStringBuilderTest.cs: few more tests ignored for now
- because of gmcs incompatiability with csc. generic types are not
- being able to be assigned to non-generic types though implements
- non-generic interface.
-
-2005-02-22 Sureshkumar T <tsureshkumar@novell.com>
-
- * ConnectionStringsSectionTest.cs: Added file. Tests for
- System.Configuration.ConnectionStringsSection class. This is used
- for managing connection strings information for provider factory.
-
-2005-02-22 Sureshkumar T <tsureshkumar@novell.com>
-
- * DbProviderFactoriesConfigurationHandlerTest.cs: Tests for
- DbProviderFactoriesConfigurationHandler class.
-
-2005-01-14 Atsushi Enomoto <atsushi@ximian.com>
-
- * DBDataPermissionTest.cs, DBDataPermissionAttributeTest.cs:
- Fixed some incompatible type of exception between 2.0 and 1.1.
-
-2005-01-14 Atsushi Enomoto <atsushi@ximian.com>
-
- * DataTableMappingCollectionTest.cs,
- DataColumnMappingCollectionTests.cs : Equals() and Remove() contains
- invalid attempt to add one map to two collections, which is rejected
- under MS.NET 1.1 sp1.
-
-2004-11-22 Sureshkumar T <tsureshkumar@novell.com>
-
- * DbConnectionStringBuilderTest.cs: Test cases for
- DbConnectionStringBuilder class. These are independant tests.
-
-2004-09-14 Sebastien Pouliot <sebastien@ximian.com>
-
- * DBDataPermissionTest.cs: New. Unit tests for DBDataPermission.
-
-2004-09-13 Sebastien Pouliot <sebastien@ximian.com>
-
- * DBDataPermissionAttributeTest.cs: New. Unit tests for DBData
- PermissionAttribute.
-
-2004-08-13 Umadevi S <sumadevi@novell.com>
- * Added File DataContainerTest
-
-2004-06-10 Umadevi S <sumadevi@novell.com>
- * Corrected GetTableMappingBySchemaAction for DataTableMappingCollectionTest
-
-2004-06-09 Umadevi S <sumadevi@novell.com>
- * Correct Add, InserAt testcases for DataTableMappingCollection
-
-
-2004-06-09 Umadevi S <sumadevi@novell.com>
- * Corrected Remove method testcase for DataColumnMappingCollection
-
-2004-06-08 Umadevi S <sumadevi@novell.com>
- * Corrected the contains testcase to test for invalidcastexception for DataColumnMappingCollection
-
-2004-05-27 Umadevi S <sumadevi@novell.com>
- * Added Classes DataColumnMappingCollectionTest and DataTableMappingCollectionTest