New tests, message update
[mono.git] / mcs / class / System.Data / Test / System.Data.Odbc / ChangeLog
1 2007-10-21  Gert Driesen  <drieseng@users.sourceforge.net>
2
3         * OdbcDataAdapterTest.cs: Added tests for ctors, DeleteCommand,
4         InsertCommand, SelectCommand, UpdateCommand and Dispose.
5         * OdbcDataReaderTest.cs: fixed line endings.
6         * OdbcCommandTest.cs: Added tests for ctors and CommantText.
7         * OdbcConnectionTest.cs: Removed original test that relied on MySQL.
8         Added ctor tests. Added tests for BeginTransaction, GetSchema and
9         ServerVersion with connection that is closed.
10
11 2007-06-08  Nagappan A  <anagappan@novell.com>
12
13         * OdbcParameterTest.cs (OdbcTypeTest): The default data type of
14         OdbcParameter is changed to NVarChar.
15
16 2005-10-08  Sureshkumar T  <tsureshkumar@novell.com>
17
18         * OdbcParameterTest.cs (OdbcTypeTest): Disconnected Tests for
19         OdbcParameter class.
20
21 2005-09-22  Sebastien Pouliot  <sebastien@ximian.com>
22
23         * OdbcPermissionAttributeTest.cs: Removed *Choice security actions.
24
25 2005-09-01  Sureshkumar T  <tsureshkumar@novell.com>
26
27         * OdbcDataAdapterTest.cs: moved to ProviderTests and integrated
28         with connected more framework.
29         * OdbcCommandTest.cs: -- do --.
30
31         * OdbcParameterCollectionTest.cs: Removed ParameterLengthTrimTest
32         to ProviderTests.
33
34 2005-02-15  Sureshkumar T  <tsureshkumar@novell.com>
35
36         * OdbcParameterCollectionTest.cs: fix for namespace collision
37         MonoTests.System & corlib System.
38         * OdbcDataReaderTest.cs: --do--
39
40 2005-01-14  Atsushi Enomoto  <atsushi@ximian.com>
41
42         * OdbcPermissionTest.cs, OdbcPermissionAttributeTest.cs:
43           Fixed some incompatible type of exception between 2.0 and 1.1.
44
45 2004-11-26  Sureshkumar T  <tsureshkumar@novell.com>
46
47         * OdbcParameterCollectionTest.cs: New file for testing
48         OdbcParameterCollection's Add method.
49
50 2004-09-15  Sebastien Pouliot  <sebastien@ximian.com>
51
52         * OdbcPermissionTest.cs: New. Unit tests for OdbcPermission.
53
54 2004-09-13  Sebastien Pouliot  <sebastien@ximian.com>
55
56         * OdbcPermissionAttributeTest.cs: New. Unit tests for OdbcPermission
57         Attribute.
58
59 2004-08-31 Umadevi S <sumadevi@novell.com>
60         * OdbcDataReaderTest.cs - Added a test for Numeric Type
61
62 2004-08-27  Sureshkumar T <tsureshkumar@novell.com>
63         * OdbcDataReader.cs - Added a test for TinyInt
64
65 2004-08-26  Sureshkumar T <tsureshkumar@novell.com>
66         * OdbcDataReaderTest.cs - Added a test for DateTime - GetDateTimeTest
67         * OdbcCommandTest.cs - Syntax Error Fix
68
69 2004-07-29 Umadevi S <sumadevi@novell.com>
70         * OdbcCommandTest.cs - Added testcase for bug 62046. ExecuteNonQuery
71                                                                                                     
72
73 2004-07-28 Umadevi S <sumadevi@novell.com>
74         * OdbcCommandTest.cs - Added testcase for bug 61968. String values passed with quotes
75                                                                                                     
76
77 2004-07-01  Sureshkumar T <tsureshkumar@novell.com>
78         * Added test case for OdbcCommand.ExecuteScalar Method
79         * New files:
80                 OdbcCommandTest.cs      - test suite for OdbcCommand class.
81
82 2004-06-23  Sureshkumar T <TSureshkumar@novell.com>
83         * Added test to check whether the OdbcConnection.Close method closes
84           all the handles.
85         * New files:
86                 OdbcConnectionTest.cs   - test suite for OdbcConnection class.
87
88 2004-06-16  Sureshkumar T <TSureshkumar@novell.com>
89         * Added Odbc tests using MySql test database
90         * New files:
91                 ChangeLog
92                 OdbcDataReaderTest.cs   - test suite for OdbcDataReader class.
93                 OdbcDataAdapterTest.cs  - test suite for OdbcDataAdapter class.