* System.Data_test.dll.sources: Added SqlCommandBuilderTest.cs
[mono.git] / mcs / class / System.Data / Test / System.Data.SqlClient / ChangeLog
1 2009-01-03  Gert Driesen  <drieseng@users.sourceforge.net>
2
3         * SqlCommandBuilderTest.cs: Added tests for CatalogLocation,
4         CatalogSeparator, ConflictOption, QuoteIdentifier, QuotePrefix,
5         QuoteSuffix  and SchemaSeparator.
6         * SqlParameterTest.cs: Moved existing tests from ProviderTests
7         to increase their visibility. Added tests for type inference.
8
9 2008-11-09  Gert Driesen  <drieseng@users.sourceforge.net>
10
11         * SqlConnectionTest.cs: Added test for null check in ClearPool.
12
13 2008-08-14  Gert Driesen  <drieseng@users.sourceforge.net>
14
15         * SqlConnectionTest.cs: Enabled connection string related tests that
16         previously failed. Added/improved connection string tests.
17
18 2008-07-28  Gert Driesen  <drieseng@users.sourceforge.net>
19
20         * SqlConnectionTest.cs: Enabled tests for ChangePassword argument
21         checks.
22
23 2008-07-28  Gert Driesen  <drieseng@users.sourceforge.net>
24
25         * SqlCommandTest.cs: Enabled CommandTimeout test. Enabled test for
26         Prepare with NULL connection. Enabled test for bug #412586.
27
28 2008-07-28  Gert Driesen  <drieseng@users.sourceforge.net>
29
30         * SqlCommandTest.cs: Enabled and improved tests for Execute* with
31         closed connection.
32
33 2008-07-28  Gert Driesen  <drieseng@users.sourceforge.net>
34
35         * SqlCommandTest.cs: Enabled test for bug #412584.
36
37 2008-07-28  Gert Driesen  <drieseng@users.sourceforge.net>
38
39         * SqlCommandTest.cs: Added tests for bug #412584, #412586, Moved tests
40         that do not require connection from ProviderTests.
41         * SqlConnectionTest.cs: Moved tests that do not require connection
42         from ProviderTests.
43
44 2008-07-03  Gert Driesen  <drieseng@users.sourceforge.net>
45
46         * SqlCommandTest.cs: Removed extra tabs. Update bug number.
47
48 2008-04-19  Robert Jordan  <robertj@gmx.net>
49
50         * SqlCommandTest.cs: Add test case for bug #381100.
51
52 2008-03-03  Ankit Jain  <jankit@novell.com>
53
54         * SqlClientMetaDataCollectionNamesTest.cs: New.
55
56 2007-10-21  Gert Driesen  <drieseng@users.sourceforge.net>
57
58         * SqlCommandTest.cs: Added tests for ctors and CommantText.
59         * SqlConnectionTest.cs: Added tests for ctors, ConnectionString and
60         ServerVersion.
61         * SqlDataAdapterTest.cs: Added tests for ctors, DeleteCommand,
62         InsertCommand, SelectCommand, UpdateCommand, UpdateBatchSize and
63         Dispose.
64
65 2007-10-18  Gert Driesen  <drieseng@users.sourceforge.net>
66
67         * SqlConnectionTest.cs: Added tests for BeginTransaction and GetSchema
68         when connection is closed.
69
70 2007-05-29  Gert Driesen  <drieseng@users.sourceforge.net>
71
72         * SqlCommandTest.cs: Added test for bug #81710.
73
74 2005-09-22  Sebastien Pouliot  <sebastien@ximian.com>
75
76         * SqlClientPermissionAttributeTest.cs: Removed *Choice security 
77         actions.
78
79 2005-09-22  Sureshkumar T  <tsureshkumar@novell.com>
80
81         * SqlConnectionTest.cs (OtherConnectionStringKeywords): marked
82         Persist security info keyword as not implmented.
83
84 2005-09-01  Sureshkumar T  <tsureshkumar@novell.com>
85
86         * SqlDataReaderTest.cs: moved to ProviderTests and integrated with
87         connected mode tests
88         * SqlCommandTest.cs: -- do --
89         * SqlConnectionTest.cs: -- do --
90         * SqlTransactionTest.cs: -- do --
91         * SqlDataAdapterTest.cs: -- do --
92
93 2005-06-23  Sureshkumar T  <tsureshkumar@novell.com>
94
95         * SqlConnectionStringBuilderTest.cs: Added few more tests.
96
97 2005-06-21  Sureshkumar T  <tsureshkumar@novell.com>
98
99         * SqlConnectionStringBuilderTest.cs: Added some preliminary tests.
100
101 2005-05-20 Kornél Pál <http://www.kornelpal.hu/>
102         
103         * SqlDataReaderTest.cs: Corrected and extended bigint test
104
105 2005-01-14  Atsushi Enomoto  <atsushi@ximian.com>
106
107         * SqlClientPermissionTest.cs, SqlClientPermissionAttributeTest.cs:
108           Fixed some incompatible type of exception between 2.0 and 1.1.
109
110 2004-11-01 Gert Driesen <drieseng@users.sourceforge.net>
111         * SqlCommandTest.cs: Added testcase for bug #66630.
112
113 2004-10-30 Umadevi S <sumadevi@novell.com>
114         * SqlDataAdapterTest.cs - Added testcase for nullguid
115
116 2004-10-15 Umadevi S <sumadevi@novell.com>
117         * SqlDataReaderTest.cs: Added testcase for reading emptyntextfield
118
119 2004-10-14 Umadevi S <sumadevi@novell.com>
120         * SqlCommandTest.cs - added Test for clone method
121
122 2004-09-24 Umadevi S <sumadevi@novell.com>
123         * SqlTransactionTest.cs -new file .unit testing for SqlTransaction
124
125 2004-09-15  Sebastien Pouliot  <sebastien@ximian.com>
126
127         * SqlClientPermissionTest.cs: New. Unit tests for SqlClientPermission.
128
129 2004-09-13  Sebastien Pouliot  <sebastien@ximian.com>
130
131         * SqlClientPermissionAttributeTest.cs: New. Unit tests for SqlClient
132         PermissionAttribute.
133
134 2004-09-02 Umadevi S <sumadevi@novell.com>
135         * SqlCommandTest.cs - added file. Testing ExecuteNonQuery
136
137 2004-09-02 Umadevi S <sumadevi@novell.com>
138         * SqlDataReaderTest.cs - added file
139
140 2004-08-20 Umadevi S <sumadevi@novell.com>
141         * Added testcase in SqlDataAdapter.cs for Fillschema
142
143 2004-08-19 Gert Driesen <drieseng@users.souceforge.net>
144         * SqlConnectionTest.cs: Added testcases for bug #63165.
145
146 2004-08-19 Umadevi S <sumadevi@novell.com>
147         * Added file SqlDataAdapterTest.cs - to test update method on a 
148         datatable