[corlib] Fix ConcurrentStack TryPopRange to update count atomically
[mono.git] / mcs / class / System.Data / Test / ChangeLog
index 824ac504b8a8bf76a8bbb7006a31ef1b4249a7a5..85b19e295250f13caa8822944c3deb6e99a5fc34 100644 (file)
@@ -1,3 +1,90 @@
+2006-12-07  Nagappan A  <anagappan@novell.com>
+
+       * Mono.Data.SqlExpressions: Created directory.
+
+2006-07-18 Dean Brettle <dean@brettle.com>
+       * SqlTest.cs: Added test for inserting zero-length varbinary.
+
+2006-06-09 Juraj Skripsky <js@hotfeet.ch>
+
+       * DataTableTest.cs (SelectEscaping): Add tests for calling Select()
+       with escaped string literals.
+
+2006-03-12     Boris Kirzner <borisk@mainsfot.com>
+       * System.Data.Test.sln, System.Data.Test.vmwcsproj: 
+       changes for automated testing for TARGET_JVM.
+
+2006-01-31  Senganal  <tsenganal@novell.com>
+       
+       * DataSetTest.cs : Added testcase for #77411.
+
+2006-01-02 Boris Kirzner <borisk@mainsoft.com>
+       
+       * System.Data.Test.vmwcsproj: added new tests to TARGET_JVM project file.
+
+2005-12-12 Konstantin Triger <kostat@mainsoft.com>
+
+       * System.Data.Test.vmwcsproj: add NET_1_1 define.
+
+2005-12-07 Boris Kirzner <borisk@mainsoft.com>
+       * System.Data.Test.sln, System.Data.Test.vmwcsproj: added solution and
+       project files for TARGET_JVM.
+
+2005-09-01  Sureshkumar T  <tsureshkumar@novell.com>
+
+       * ProviderTests: Added a new framework for testing Data
+       Providers. This framework is based on nunit category tests and
+       also the provider factory provided by Mono.Data.
+
+2005-09-01 Boris Kirzner <borisk@mainsoft.com>
+       * System.Data/DataRowCollectionTest.cs: Added another test case for Find().
+
+2005-08-16  Martin Baulig  <martin@ximian.com>
+
+       * System.Data.Test.Utils/DataProvider.cs: Renamed namespace
+       `MonoTests.System.Data.Test.Utils' -> `MonoTests.System.Data.Utils'
+       to make it compile.
+
+2005-05-26  Eyal Alaluf <eyala@mainsoft.com>
+       * Added System.Data.Test.Utils - Keeps utilities comon for all tests
+
+2005-02-15  Sureshkumar T  <tsureshkumar@novell.com>
+
+       * MySqlTestBed.cs: fix for namespace collision MonoTests.System &
+       corlib System.
+
+2004-08-26  Sureshkumar T <TSureshkumar@novell.com>
+       * MySqlTestBed.cs - Added few more fields for DateTime testing
+
+2004-08-13 Umadevi S <sumadevi@novell.com>
+        * Added standalone nunit testcases for datacontainer class.
+        * Currently will use MSSQL server
+        * New File
+                MSSqlTestBed.cs - Base class for MSSql testing
+        (similar to the mysqltestbed)
+
+
+2004-06-16  Sureshkumar T <TSureshkumar@novell.com>
+       * Added standalone NUnit test cases for MySql db related tests.
+       * Created sub-directory for System.Data.Odbc
+       * New Files :
+               MySqlTestBed.cs         - Base class for all MySql db based tests. 
+                                         contains instructions to run these tests.
+               MySqlTestBed.dll.config - configurable parameters to this test suite.
+               System.Data.Odbc/OdbcDataReaderTest.cs
+               System.Data.Odbc/OdbcDataAdapterTest.cs
+
+2003-05-26  Ben Maurer <bmaurer@users.sourceforge.net>
+       * data_linux_test.args: Updated for new test in System.Data
+
+2003/04/15  Nick Drochak <ndrochak@gol.com>
+
+       * System.Data_test.build: Use nunit version 2.
+
+2003-03-31  Nick Drochak <ndrochak@gol.com>
+
+       * makefile.gnu: NUnit.Framework.dll now in class/lib
+
 2003-03-17  Martin Willemoes Hansen <mwh@sysrq.dk>
        * Removed AllTests.cs, System.Data/AllTests.cs,
          System.Data.SqlTypes/AllTests.cs,