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