[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Data / Test / System.Data.SqlClient / ChangeLog
index 83e82132609cd73f304f2119961a8d66fdf6184d..f8d0b541980fa64b8a8c6b066ad22295c7107937 100644 (file)
@@ -1,3 +1,99 @@
+2009-07-29  Veerapuram Varadhan  <vvaradhan@novell.com>
+
+       * SqlParameterTest.cs: Marked SqlChars/SqlBytes tests for SqlValue
+       as NotWorking as these types are considered as SqlString/SqlBinary
+       respectively.
+       
+2009-07-26  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * SqlParameterTest.cs: Added/improved tests for SqlValue, and
+       SqlTypes. Improved tests for char and char [] type inferrence.
+
+2009-01-03  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * SqlParameterTest.cs: Added .ctor tests. Improved 
+       ParameterType and ResetDbType tests. Added ParameterName,
+       SourceColumn and Value tests. Partially enable SqlValue
+       test.
+
+2009-01-03  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * SqlCommandBuilderTest.cs: Added tests for CatalogLocation,
+       CatalogSeparator, ConflictOption, QuoteIdentifier, QuotePrefix,
+       QuoteSuffix  and SchemaSeparator.
+       * SqlParameterTest.cs: Moved existing tests from ProviderTests
+       to increase their visibility. Added tests for type inference.
+
+2008-11-09  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * SqlConnectionTest.cs: Added test for null check in ClearPool.
+
+2008-08-14  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * SqlConnectionTest.cs: Enabled connection string related tests that
+       previously failed. Added/improved connection string tests.
+
+2008-07-28  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * SqlConnectionTest.cs: Enabled tests for ChangePassword argument
+       checks.
+
+2008-07-28  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * SqlCommandTest.cs: Enabled CommandTimeout test. Enabled test for
+       Prepare with NULL connection. Enabled test for bug #412586.
+
+2008-07-28  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * SqlCommandTest.cs: Enabled and improved tests for Execute* with
+       closed connection.
+
+2008-07-28  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * SqlCommandTest.cs: Enabled test for bug #412584.
+
+2008-07-28  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * SqlCommandTest.cs: Added tests for bug #412584, #412586, Moved tests
+       that do not require connection from ProviderTests.
+       * SqlConnectionTest.cs: Moved tests that do not require connection
+       from ProviderTests.
+
+2008-07-03  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * SqlCommandTest.cs: Removed extra tabs. Update bug number.
+
+2008-04-19  Robert Jordan  <robertj@gmx.net>
+
+       * SqlCommandTest.cs: Add test case for bug #381100.
+
+2008-03-03  Ankit Jain  <jankit@novell.com>
+
+       * SqlClientMetaDataCollectionNamesTest.cs: New.
+
+2007-10-21  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * SqlCommandTest.cs: Added tests for ctors and CommantText.
+       * SqlConnectionTest.cs: Added tests for ctors, ConnectionString and
+       ServerVersion.
+       * SqlDataAdapterTest.cs: Added tests for ctors, DeleteCommand,
+       InsertCommand, SelectCommand, UpdateCommand, UpdateBatchSize and
+       Dispose.
+
+2007-10-18  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * SqlConnectionTest.cs: Added tests for BeginTransaction and GetSchema
+       when connection is closed.
+
+2007-05-29  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * SqlCommandTest.cs: Added test for bug #81710.
+
+2005-09-22  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * SqlClientPermissionAttributeTest.cs: Removed *Choice security 
+       actions.
+
 2005-09-22  Sureshkumar T  <tsureshkumar@novell.com>
 
        * SqlConnectionTest.cs (OtherConnectionStringKeywords): marked