2010-01-15 Jonathan Pobst * OracleParameterTest.cs: Mark test ParamSize_424908_SizeNotSetError as not working. Bug filed: #571218. 2009-09-25 Veerapuram Varadhan * OracleParameterTest.cs: Mark tests for bug #424908 as working. 2009-06-04 Veerapuram Varadhan * OracleParameterTest.cs: Enable Constructor2 test for 2.0 profile and misc profile specific fixes. 2009-06-03 Veerapuram Varadhan * OracleParameterTest.cs: Mark tests for bug #424908 as NotWorking as it requires some more thorough debugging. 2009-06-03 Veerapuram Varadhan * OracleParameterTest.cs: Use the member variables for connection/command for executing the tests. 2009-05-15 Veerapuram Varadhan * OracleParameterTest.cs: Added tests corresponding to #424908 2008-05-07 Gert Driesen * 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 * OracleParameterCollectionTest.cs: Created the class OracleParameterCollectionTest and added tests for the properties IsFixedSize, IsReadOnly and IsSynchronized. 2007-02-13 Leszek Ciesielski * OracleParameterTest.cs: Simple tests for handling OracleString, OracleDateTime and OracleNumber 2006-10-17 Leszek Ciesielski * OracleLobTest.cs: * OracleParameterTest.cs: Configuration source updated to work with Mainsoft test suite. 2006-09-12 Leszek Ciesielski * OracleLobTest.cs: New. Regression tests for class OracleLob. 2006-09-11 Leszek Ciesielski * OracleCommandTest.cs: New. Regression tests for class OracleCommand. * OracleParameterTest.cs: New. Regression tests for class OracleParameter. 2005-09-22 Sebastien Pouliot * OraclePermissionAttributeTest.cs: Removed *Choice security actions. 2004-09-14 Sebastien Pouliot * OraclePermissionAttributeTest.cs: New. Unit tests for class OraclePermissionAttribute.