X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Data.OracleClient%2FTest%2FSystem.Data.OracleClient%2FChangeLog;h=192eb9e908e3c18cc4c9f8bac9bc2770a2a4a61b;hb=bf5947a0fd2b523c30833605ee69b2b041aa43f4;hp=d0b494f84e503736cd9ebbc930f477fd5ced9a3e;hpb=53e266903ec6b2d822cf5b0c566f6374df5307a4;p=mono.git diff --git a/mcs/class/System.Data.OracleClient/Test/System.Data.OracleClient/ChangeLog b/mcs/class/System.Data.OracleClient/Test/System.Data.OracleClient/ChangeLog index d0b494f84e5..192eb9e908e 100644 --- a/mcs/class/System.Data.OracleClient/Test/System.Data.OracleClient/ChangeLog +++ b/mcs/class/System.Data.OracleClient/Test/System.Data.OracleClient/ChangeLog @@ -1,3 +1,54 @@ +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: