[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Data.OracleClient / Test / System.Data.OracleClient / ChangeLog
index 542c59eec1ea0d32bc8fa15597d55d36c17c97a9..192eb9e908e3c18cc4c9f8bac9bc2770a2a4a61b 100644 (file)
@@ -1,3 +1,75 @@
+2010-01-15  Jonathan Pobst  <monkey@jpobst.com>
+
+       * OracleParameterTest.cs: Mark test ParamSize_424908_SizeNotSetError
+       as not working.  Bug filed: #571218.
+
+2009-09-25  Veerapuram Varadhan  <vvaradhan@novell.com>
+
+       * OracleParameterTest.cs: Mark tests for bug #424908 as working.
+       
+2009-06-04  Veerapuram Varadhan  <vvaradhan@novell.com>
+
+       * OracleParameterTest.cs: Enable Constructor2 test for 2.0
+       profile and misc profile specific fixes.
+       
+2009-06-03  Veerapuram Varadhan  <vvaradhan@novell.com>
+
+       * OracleParameterTest.cs: Mark tests for bug #424908 as NotWorking
+       as it requires some more thorough debugging.
+       
+2009-06-03  Veerapuram Varadhan  <vvaradhan@novell.com>
+
+       * OracleParameterTest.cs: Use the member variables for
+       connection/command for executing the tests.
+       
+2009-05-15  Veerapuram Varadhan  <vvaradhan@novell.com>
+
+       * OracleParameterTest.cs: Added tests corresponding to #424908
+       
+2008-05-07  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * OracleDataAdapterTest.cs: Added ctor and basic property tests.
+       * OracleParameterCollectionTest.cs: Added tests for Clear,Count,Add,
+       Add,AddRange,Contains,indexers,IndexOf,Insert,Remove and RemoveAt.
+       * OracleCommandTest.cs: Added tests for ctors and CommandText,
+       CommandTimeout, ConnectionTimeout and Connection.
+       * OracleConnectionTest.cs: Added tests for ConnectionString and
+       ConnectionTimeout.
+       * OracleParameterTest.cs: Allow for disconnected tests. Added basic
+       ctor tests and test for ParameterName.
+       * OracleTimeSpanTest.cs: Added ctor tests. Added tests for IsNull,
+       MaxValue, MinValue, Null and ToString.
+
+2007-05-25 Amit Biswas <amit@amitbiswas.com>
+
+       * OracleParameterCollectionTest.cs: Created the class OracleParameterCollectionTest and added
+       tests for the properties IsFixedSize, IsReadOnly and IsSynchronized.
+
+2007-02-13 Leszek Ciesielski <skolima@gmail.com>
+       * OracleParameterTest.cs: Simple tests for handling OracleString,
+       OracleDateTime and OracleNumber
+
+2006-10-17 Leszek Ciesielski <skoliima@gmail.com>
+
+       * OracleLobTest.cs:
+       * OracleParameterTest.cs: Configuration source updated to work with Mainsoft test suite.
+
+2006-09-12  Leszek Ciesielski  <skolima@gmail.com>
+
+        * OracleLobTest.cs: New. Regression tests for class
+        OracleLob.
+
+2006-09-11  Leszek Ciesielski  <skolima@gmail.com>
+
+       * OracleCommandTest.cs: New. Regression tests for class
+       OracleCommand.
+       * OracleParameterTest.cs: New. Regression tests for class
+       OracleParameter.
+
+2005-09-22  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * OraclePermissionAttributeTest.cs: Removed *Choice security actions.
+
 2004-09-14  Sebastien Pouliot  <sebastien@ximian.com>
 
        * OraclePermissionAttributeTest.cs: New. Unit tests for class