192eb9e908e3c18cc4c9f8bac9bc2770a2a4a61b
[mono.git] / mcs / class / System.Data.OracleClient / Test / System.Data.OracleClient / ChangeLog
1 2010-01-15  Jonathan Pobst  <monkey@jpobst.com>
2
3         * OracleParameterTest.cs: Mark test ParamSize_424908_SizeNotSetError
4         as not working.  Bug filed: #571218.
5
6 2009-09-25  Veerapuram Varadhan  <vvaradhan@novell.com>
7
8         * OracleParameterTest.cs: Mark tests for bug #424908 as working.
9         
10 2009-06-04  Veerapuram Varadhan  <vvaradhan@novell.com>
11
12         * OracleParameterTest.cs: Enable Constructor2 test for 2.0
13         profile and misc profile specific fixes.
14         
15 2009-06-03  Veerapuram Varadhan  <vvaradhan@novell.com>
16
17         * OracleParameterTest.cs: Mark tests for bug #424908 as NotWorking
18         as it requires some more thorough debugging.
19         
20 2009-06-03  Veerapuram Varadhan  <vvaradhan@novell.com>
21
22         * OracleParameterTest.cs: Use the member variables for
23         connection/command for executing the tests.
24         
25 2009-05-15  Veerapuram Varadhan  <vvaradhan@novell.com>
26
27         * OracleParameterTest.cs: Added tests corresponding to #424908
28         
29 2008-05-07  Gert Driesen  <drieseng@users.sourceforge.net>
30
31         * OracleDataAdapterTest.cs: Added ctor and basic property tests.
32         * OracleParameterCollectionTest.cs: Added tests for Clear,Count,Add,
33         Add,AddRange,Contains,indexers,IndexOf,Insert,Remove and RemoveAt.
34         * OracleCommandTest.cs: Added tests for ctors and CommandText,
35         CommandTimeout, ConnectionTimeout and Connection.
36         * OracleConnectionTest.cs: Added tests for ConnectionString and
37         ConnectionTimeout.
38         * OracleParameterTest.cs: Allow for disconnected tests. Added basic
39         ctor tests and test for ParameterName.
40         * OracleTimeSpanTest.cs: Added ctor tests. Added tests for IsNull,
41         MaxValue, MinValue, Null and ToString.
42
43 2007-05-25 Amit Biswas <amit@amitbiswas.com>
44
45         * OracleParameterCollectionTest.cs: Created the class OracleParameterCollectionTest and added
46         tests for the properties IsFixedSize, IsReadOnly and IsSynchronized.
47
48 2007-02-13 Leszek Ciesielski <skolima@gmail.com>
49         * OracleParameterTest.cs: Simple tests for handling OracleString,
50         OracleDateTime and OracleNumber
51
52 2006-10-17 Leszek Ciesielski <skoliima@gmail.com>
53
54         * OracleLobTest.cs:
55         * OracleParameterTest.cs: Configuration source updated to work with Mainsoft test suite.
56
57 2006-09-12  Leszek Ciesielski  <skolima@gmail.com>
58
59         * OracleLobTest.cs: New. Regression tests for class
60         OracleLob.
61
62 2006-09-11  Leszek Ciesielski  <skolima@gmail.com>
63
64         * OracleCommandTest.cs: New. Regression tests for class
65         OracleCommand.
66         * OracleParameterTest.cs: New. Regression tests for class
67         OracleParameter.
68
69 2005-09-22  Sebastien Pouliot  <sebastien@ximian.com>
70
71         * OraclePermissionAttributeTest.cs: Removed *Choice security actions.
72
73 2004-09-14  Sebastien Pouliot  <sebastien@ximian.com>
74
75         * OraclePermissionAttributeTest.cs: New. Unit tests for class
76         OraclePermissionAttribute.