Add this for backwards compatibility
[mono.git] / mcs / class / System.Data / Test / System.Data.Odbc / ChangeLog
1 2005-10-08  Sureshkumar T  <tsureshkumar@novell.com>
2
3         * OdbcParameterTest.cs (OdbcTypeTest): Disconnected Tests for
4         OdbcParameter class.
5
6 2005-09-22  Sebastien Pouliot  <sebastien@ximian.com>
7
8         * OdbcPermissionAttributeTest.cs: Removed *Choice security actions.
9
10 2005-09-01  Sureshkumar T  <tsureshkumar@novell.com>
11
12         * OdbcDataAdapterTest.cs: moved to ProviderTests and integrated
13         with connected more framework.
14         * OdbcCommandTest.cs: -- do --.
15
16         * OdbcParameterCollectionTest.cs: Removed ParameterLengthTrimTest
17         to ProviderTests.
18
19 2005-02-15  Sureshkumar T  <tsureshkumar@novell.com>
20
21         * OdbcParameterCollectionTest.cs: fix for namespace collision
22         MonoTests.System & corlib System.
23         * OdbcDataReaderTest.cs: --do--
24
25 2005-01-14  Atsushi Enomoto  <atsushi@ximian.com>
26
27         * OdbcPermissionTest.cs, OdbcPermissionAttributeTest.cs:
28           Fixed some incompatible type of exception between 2.0 and 1.1.
29
30 2004-11-26  Sureshkumar T  <tsureshkumar@novell.com>
31
32         * OdbcParameterCollectionTest.cs: New file for testing
33         OdbcParameterCollection's Add method.
34
35 2004-09-15  Sebastien Pouliot  <sebastien@ximian.com>
36
37         * OdbcPermissionTest.cs: New. Unit tests for OdbcPermission.
38
39 2004-09-13  Sebastien Pouliot  <sebastien@ximian.com>
40
41         * OdbcPermissionAttributeTest.cs: New. Unit tests for OdbcPermission
42         Attribute.
43
44 2004-08-31 Umadevi S <sumadevi@novell.com>
45         * OdbcDataReaderTest.cs - Added a test for Numeric Type
46
47 2004-08-27  Sureshkumar T <tsureshkumar@novell.com>
48         * OdbcDataReader.cs - Added a test for TinyInt
49
50 2004-08-26  Sureshkumar T <tsureshkumar@novell.com>
51         * OdbcDataReaderTest.cs - Added a test for DateTime - GetDateTimeTest
52         * OdbcCommandTest.cs - Syntax Error Fix
53
54 2004-07-29 Umadevi S <sumadevi@novell.com>
55         * OdbcCommandTest.cs - Added testcase for bug 62046. ExecuteNonQuery
56                                                                                                     
57
58 2004-07-28 Umadevi S <sumadevi@novell.com>
59         * OdbcCommandTest.cs - Added testcase for bug 61968. String values passed with quotes
60                                                                                                     
61
62 2004-07-01  Sureshkumar T <tsureshkumar@novell.com>
63         * Added test case for OdbcCommand.ExecuteScalar Method
64         * New files:
65                 OdbcCommandTest.cs      - test suite for OdbcCommand class.
66
67 2004-06-23  Sureshkumar T <TSureshkumar@novell.com>
68         * Added test to check whether the OdbcConnection.Close method closes
69           all the handles.
70         * New files:
71                 OdbcConnectionTest.cs   - test suite for OdbcConnection class.
72
73 2004-06-16  Sureshkumar T <TSureshkumar@novell.com>
74         * Added Odbc tests using MySql test database
75         * New files:
76                 ChangeLog
77                 OdbcDataReaderTest.cs   - test suite for OdbcDataReader class.
78                 OdbcDataAdapterTest.cs  - test suite for OdbcDataAdapter class.