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