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.