[corlib] Fix ConcurrentStack TryPopRange to update count atomically
[mono.git] / mcs / class / System.Data / Test / ChangeLog
index ffab7db575c390635c38159a58df3cdd4f2f32ea..85b19e295250f13caa8822944c3deb6e99a5fc34 100644 (file)
@@ -1,3 +1,50 @@
+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