[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Data / Test / System.Data.Odbc / ChangeLog
index 49de3a2f6a6de699357dcfae9fdf3555d5fb438d..8adc133735cf118e4cddd3b92b5676853bd47fdb 100644 (file)
@@ -1,3 +1,62 @@
+2009-07-13  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * OdbcDataReaderTest.cs : migration to newer nunit style.
+
+2009-01-18  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * OdbcCommandTest.cs: Added tests for CommandTimeout,
+       UpdatedRowSource, Dispose and ResetCommandTimeout. Added
+       ExecuteNonQuery/ExecuteReader/ExecuteScalar tests for a connection
+       that is not initialized or closed.
+
+2009-01-03  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * OdbcCommandBuilderTest.cs: Enabled test for QuoteIdentifier.
+
+2008-12-30  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * OdbcCommandBuilderTest.cs: Added tests for properties.
+
+2008-12-30  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * OdbcCommandBuilder.cs: Added test for ConflictOption default value.
+
+2008-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * OdbcCommandBuilderTest.cs: Added tests for QuotePrefix and
+       QuoteSuffix. Added tests for QuoteIdentifier (some still marked
+       NotWorking).
+       * OdbcConnectionStringBuilderTest.cs: Moved from ProviderTests.
+       Added and improved tests.
+
+2008-08-26  Veerapuram Varadhan  <vvaradhan@novell.com>
+
+       * OdbcParameterTest.cs (OdbcTypeTest): Added test case for Binary
+       type check. 
+       
+2008-07-03  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * OdbcDataAdapterTest.cs: Added test for UpdateBatchSize.
+
+2008-03-03  Ankit Jain  <jankit@novell.com>
+
+       * OdbcMetaDataCollectionNamesTest.cs: New.
+
+2007-10-21  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * OdbcDataAdapterTest.cs: Added tests for ctors, DeleteCommand,
+       InsertCommand, SelectCommand, UpdateCommand and Dispose.
+       * OdbcDataReaderTest.cs: fixed line endings.
+       * OdbcCommandTest.cs: Added tests for ctors and CommantText.
+       * OdbcConnectionTest.cs: Removed original test that relied on MySQL.
+       Added ctor tests. Added tests for BeginTransaction, GetSchema and
+       ServerVersion with connection that is closed.
+
+2007-06-08  Nagappan A  <anagappan@novell.com>
+
+       * OdbcParameterTest.cs (OdbcTypeTest): The default data type of
+       OdbcParameter is changed to NVarChar.
+
 2005-10-08  Sureshkumar T  <tsureshkumar@novell.com>
 
        * OdbcParameterTest.cs (OdbcTypeTest): Disconnected Tests for