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