New tests.
[mono.git] / mcs / class / System.Data / Test / ProviderTests / System.Data.SqlClient / ChangeLog
index 494fda5b54ececc57a7fd707ce7ca7f1dc9dff9f..579c7219b6832b36353112383b40662ab9dabc9f 100644 (file)
@@ -1,3 +1,82 @@
+2010-04-21  Veerapuram Varadhan  <vvaradhan@novell.com>
+
+       * SqlParameterTest.cs: Add test for bug#595918.
+       
+2009-08-01  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * SqlDataReaderTest.cs: Fixes for SQL Server 7.0 / TDS 7. Avoid
+       catching and rethrowing AssertionException. Minor code formatting
+       changes.
+
+2009-08-01  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * SqlCommandBuilderTest.cs: Fixes for SQL Server 7.0 / TDS 7.
+       * SqlCommandTest.cs: Fixes for SQL Server 7.0 / TDS 7.
+       * SqlConnectionTest.cs: Fixes for SQL Server 7.0 / TDS 7.
+       * SqlDataAdapterTest.cs: Added tests for Update. Fixed Fill_Test_Data,
+       Fill_Test_PriKey and Fill_Test_FillErrorTest to pass on SQL Server 7.0.
+       Avoid catching and rethrowing AssertionException. Minor improvements.
+       * SqlParameterTest.cs: Fixes for SQL Server 7.0 / TDS 7. Updated
+       ZeroLengthString to pass on 1.0 profile.
+       * SqlTransactionTest.cs: Fixes for SQL Server 7.0 / TDS 7.
+
+2009-07-30  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * SqlParameterTest.cs: Improved tests for bug #382589.
+
+2009-07-30  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * SqlParameterTest.cs: Added test for bug #526794, and failed
+       conversion from (zero-length) string to int. Changed spaces to tabs.
+
+2009-07-28  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * SqlCommandTest.cs: Improved test for invalid statement to cover
+       CloseConnection behavior.
+
+2009-07-25  Veerapuram Varadhan  <vvaradhan@novell.com>
+
+       * SqlDataAdapterTest.cs: Test fix. 
+       
+2009-05-16  Veerapuram Varadhan  <vvaradhan@novell.com>
+
+       * SqlParameterTest.cs: Added test for bug #382589.
+       
+2009-02-02  Veerapuram Varadhan  <vvaradhan@novell.com>
+
+       * SqlCommandTest.cs:
+         SqlDataReaderTest.cs: TDS 8 changes.
+       
+2009-01-29  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * SqlCommandTest.cs: Added test for bug #470579.
+
+2009-01-17  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * SqlCommandBuilderTest.cs: Improved DeriveParameters test.
+       * SqlCommandTest.cs: Added InputOutput parameter to
+       StoredProc_ParameterTest.
+
+2009-01-04  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * SqlCommandBuilderTest.cs: Improved tests to also check
+       behavior of RefreshSchema.
+       * SqlDataReaderTest.cs: Added tests for GetBytes.
+
+2009-01-03  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * SqlCommandBuilderTest.cs: Improve Get*Command tests.
+       * SqlCommandTest.cs: Fixed warning.
+       * SqlConnectionTest.cs: Removed unused property.
+       * SqlDataReaderTest.cs: Enabled GetChars test on 1.0
+       profile. Added GetValues test. Added and improved
+       GetSqlValue tests. Improved HasRows and NextResult
+       tests. Added GetFieldType tests. Added big batch of
+       schema-related tests.
+       * SqlParameterTest.cs: Moved disconnected tests to
+       System.Data test suite. Improved test for bug
+       #382635. Added test for failed conversion to SQL type.
+
 2008-12-31  Gert Driesen  <drieseng@users.sourceforge.net>
 
        * SqlCommandBuilderTest.cs: Improve Get*Command tests.