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